diff options
author | Frederick Muriuki Muriithi | 2025-01-07 17:08:29 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-01-07 17:08:29 -0600 |
commit | 02a9a99e7e3c308157f7d740a244876ab4196337 (patch) | |
tree | 675261a4935d5a8f5d449b7d310c22e8c4638bd3 | |
parent | 1f71a1e78af87266e7a4170ace8860111a1569d6 (diff) | |
download | guix-bioinformatics-02a9a99e7e3c308157f7d740a244876ab4196337.tar.gz |
genenetwork2: upgrade to commit 9bdc8ca.
-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 0fe35f7..fc42924 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -191,7 +191,7 @@ (license license:agpl3+)))) (define-public genenetwork2 - (let ((commit "7e6bfe48167c70d26e27b043eb567608bc1fda84") + (let ((commit "9bdc8ca0b17739c1df9dc504f8cd978296b987dd") (revision "4")) (package (name "genenetwork2") @@ -204,7 +204,7 @@ (file-name (string-append name "-" version)) (sha256 (base32 - "0drh8j7wr6np04y13ijjw7zsmk4z065kikj7pfxj0x6jnhncaclr")))) + "1na3r0lfh3my7qxrx8glm5qgxri5myr8ywjd4560l7mxdi47ljm7")))) (native-inputs (list graphviz)) (propagated-inputs |