diff options
author | Arun Isaac | 2024-10-22 22:56:06 +0100 |
---|---|---|
committer | Arun Isaac | 2024-10-22 22:56:06 +0100 |
commit | 21d359d1c8870fadc5293bd7e3c31cc3b106dee3 (patch) | |
tree | 7be99d7400cfcc826f824dba117621e908446de0 | |
parent | c9ddf13cdd331c6467241181625fcd7315cdbab0 (diff) | |
download | guix-bioinformatics-21d359d1c8870fadc5293bd7e3c31cc3b106dee3.tar.gz |
gn: odgi: Update to 0.9.0.
* gn/packages/bioinformatics.scm (odgi): Update to 0.9.0.
-rw-r--r-- | gn/packages/bioinformatics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gn/packages/bioinformatics.scm b/gn/packages/bioinformatics.scm index 7538fc6..4860955 100644 --- a/gn/packages/bioinformatics.scm +++ b/gn/packages/bioinformatics.scm @@ -2141,7 +2141,7 @@ suitable for long reads, but works also well with short reads.") (define-public odgi (package (name "odgi") - (version "0.8.3") + (version "0.9.0") (outputs '("out" "static")) (source (origin (method url-fetch) @@ -2149,7 +2149,7 @@ suitable for long reads, but works also well with short reads.") "/download/v" version "/odgi-v" version ".tar.gz")) (sha256 - (base32 "1gw1xdb945z25rar6pba6kq5xdx8l7fkhxjyrvc1z1brva53p9hk")) + (base32 "0brg0sz45v1wv4ld3p4jwiab10nyp2f691zfwpiva6g6f71q3cbk")) (snippet #~(begin (use-modules (guix build utils)) |