diff options
author | Frederick Muriuki Muriithi | 2024-03-06 06:00:17 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-03-06 06:00:17 +0300 |
commit | 645cfb51a968e58b286e8af7a6fa3fefa6b512a8 (patch) | |
tree | 66b50a269dab5b59c610658f23bb9ba6737781cd /gn/packages/genenetwork.scm | |
parent | c6a011042bc7dec4476d4b66d035930416d3561a (diff) | |
download | guix-bioinformatics-645cfb51a968e58b286e8af7a6fa3fefa6b512a8.tar.gz |
genenetwork2: update commit and hash
Removes use of configs from `gn2.utility.tools` module since they are
not up to date.
Diffstat (limited to 'gn/packages/genenetwork.scm')
-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 dda9bf8..5298490 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -186,7 +186,7 @@ (license license:agpl3+)))) (define-public genenetwork2 - (let ((commit "9983b4273622dc5fd8b7d43d10d935f07e3c9eb6") + (let ((commit "1e81c74ee8752ad2913b4e610ba7575638755385") (revision "4")) (package (name "genenetwork2") @@ -199,7 +199,7 @@ (file-name (string-append name "-" version)) (sha256 (base32 - "1ihjx5a1k8nsd88i85simv09k393jcrijy024ds5pb48k5hc9sff")))) + "18g4dd3h737slqmp1ql2jqqzmzql3mx3b4xy72d7qwhwwhc7hcgv")))) (native-inputs (list graphviz)) (propagated-inputs |