diff options
author | Frederick Muriuki Muriithi | 2025-04-21 09:17:32 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-04-21 09:17:32 -0500 |
commit | f97c1d8019bd575d7abf28f93ddc8d2567d7e726 (patch) | |
tree | 6d69cf0a3d14182f3a6c6038ab5443e03acb0d9f | |
parent | 05eb39392e6eda939024eea377bd3eccbeb26516 (diff) | |
download | guix-bioinformatics-f97c1d8019bd575d7abf28f93ddc8d2567d7e726.tar.gz |
gn-libs: Upgrade to commit 27425e6.
-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 bfd29dc..8ef0075 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -581,7 +581,7 @@ storage.") (define-public gn-libs - (let ((commit "72a95f8ffa5401649f70978e863dd3f21900a611") + (let ((commit "27425e6d57634106d2991ad17414d45c490c931c") (revision "01")) (package (name "gn-libs") @@ -595,7 +595,7 @@ storage.") (hash (content-hash (base32 - "1jvlz85pn10cx2icjxk0klz1g8k8vn1f8vp6kb4xyjskb1228yrx"))))) + "1pljmgy60qppncx6dmyf8cdsjnf12rcwmismd40rl6vsyna7msk5"))))) (build-system pyproject-build-system) (arguments (list |