diff options
author | BonfaceKilz | 2021-07-12 11:35:46 +0300 |
---|---|---|
committer | BonfaceKilz | 2021-07-12 11:35:46 +0300 |
commit | 183b6e2ac267e1ac171763e80a3a5355d9fb91dd (patch) | |
tree | d416e06923c04bd0ea8ca23ae544ca4cae9e9b74 /gn | |
parent | 6b7394db635356894b563ed1300f9be5184a661b (diff) | |
download | guix-bioinformatics-183b6e2ac267e1ac171763e80a3a5355d9fb91dd.tar.gz |
gn: Update genenetwork3 to 0.0.1-guix-7d22039
Diffstat (limited to 'gn')
-rw-r--r-- | gn/packages/genenetwork.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index 35f628e..e38cadf 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -418,7 +418,7 @@ Graphical Fragment Assembly} files and related formats.") (license license:agpl3+)))) (define-public genenetwork3 - (let ((commit "3881b50e5394072b8d721b0f84b59bf5de23172d")) + (let ((commit "7d22039c2ae0aef6abc575008f11b95e555e3e9a")) (package (name "genenetwork3") (version (string-append "0.0.1-guix-" (string-take commit 7))) @@ -431,7 +431,7 @@ Graphical Fragment Assembly} files and related formats.") (file-name (git-file-name name version)) (sha256 (base32 - "0qairr7fpr0dcdg7yxgbzfdm9psc8alnjsxr15diw6gi8ljz1w1d")))) + "19xs9yjv2qldyjkhw2v8dxw5r5gvm2vchcbfqrxi13qgvdidx65f")))) (propagated-inputs `(("coreutils" ,coreutils) ("gemma-wrapper" ,gemma-wrapper) ("python" ,python-wrapper) |