diff options
author | Frederick Muriuki Muriithi | 2025-06-17 12:10:34 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-06-17 12:10:34 -0500 |
commit | d2180bab2023b0d2fe9feba535181365f3b14c39 (patch) | |
tree | e53b3515d021d0a366c592e0bafbf471de13690f | |
parent | 3efc932a31586e93b908aa00b744d47ecd92d61f (diff) | |
download | guix-bioinformatics-d2180bab2023b0d2fe9feba535181365f3b14c39.tar.gz |
Genenetwork3: Upgrade to commit 0976736.
-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 6b73af4..13d4ba6 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -116,7 +116,7 @@ ((#:tests? _ #f) #f))))) (define-public genenetwork3 - (let ((commit "82885f945499415b00b4ef2ee2a5464ea13fb8fb") + (let ((commit "0976736c8efef8a8620e4713d8cdb0c25aad68a3") (revision "5")) (package (name "genenetwork3") @@ -130,7 +130,7 @@ (file-name (git-file-name name version)) (sha256 (base32 - "06020m1pv2p2hd1wbsinbapy54670xfp85yspi4nm555g3hjiv5f")))) + "1ks2ry5l2cfz97h03drdq6rlm518i5g4373nx5mx65gpxgrsdd77")))) (inputs (list python-click)) (native-inputs |