diff options
author | Frederick Muriuki Muriithi | 2024-11-22 11:58:19 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-11-22 11:58:19 -0600 |
commit | f8da016d176817e35541d6564ea5545d14a5d011 (patch) | |
tree | d3aea19f4807978ce1aa9baa49fbee199aece56c | |
parent | d71fe0fdf533c0fc33e3261b4b9973b7ad3e63ac (diff) | |
download | guix-bioinformatics-f8da016d176817e35541d6564ea5545d14a5d011.tar.gz |
gn-libs: Upgrade to 4d9a298.
-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 2178b65..b9024b6 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -537,7 +537,7 @@ (define-public gn-libs - (let ((commit "70f456f4f1b400f308bd38238baae047555b9278") + (let ((commit "4d9a29862a34b6b91829b3504b339214d010d722") (revision "01")) (package (name "gn-libs") @@ -551,7 +551,7 @@ (hash (content-hash (base32 - "0p8kc06vnpzq3m4f8ch4c5nvqa4vadk5h7k1dp5ng9xj7zz0k0pj"))))) + "00ms9ma1704vgwlcsr43s87hyhb5f9jcasfrn7xqldix6rq1k4g1"))))) (build-system pyproject-build-system) (arguments (list |