diff options
author | Frederick Muriuki Muriithi | 2024-07-08 14:51:53 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-07-08 16:44:48 -0500 |
commit | 20fc9d23038f726b4b7426612f6cbcd3c96e2e1f (patch) | |
tree | 2fc461fa4377230ee2c88088a4c3b3d89861f2f9 | |
parent | 7eaa7028ffe3e8b0d5dfe242da87dd76930f637e (diff) | |
download | guix-bioinformatics-20fc9d23038f726b4b7426612f6cbcd3c96e2e1f.tar.gz |
GN3: update commit and hash.
-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 2b7ca51..7e55964 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -112,7 +112,7 @@ ((#:tests? _ #f) #f))))) (define-public genenetwork3 - (let ((commit "9f27bdc3ca41e09a090093bc36f48851fcc4fc42") + (let ((commit "d7869a1f0ed7915e0dd11bb51c49959d0b973315") (revision "5")) (package (name "genenetwork3") @@ -126,7 +126,7 @@ (file-name (git-file-name name version)) (sha256 (base32 - "10j5afdfi258s1icakrid9fanp4rrpf1scxdqik31hbvyk7qdvfy")))) + "131790wilry9l8mknd8v3ybhwyaxqrc9anhspw92hf2hs1lhx69h")))) (inputs (list python-click)) (native-inputs |