diff options
author | Frederick Muriuki Muriithi | 2024-11-22 10:22:07 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-11-22 10:22:07 -0600 |
commit | 988c08fd30abc3770666db57f636d9b4547d4d05 (patch) | |
tree | 7d2e18bea620d39d8e17cfdc33690ecc451e94eb /gn | |
parent | 1de7158020812c9825cf9082815fe995a535bff3 (diff) | |
download | guix-bioinformatics-988c08fd30abc3770666db57f636d9b4547d4d05.tar.gz |
gn-libs: Upgrade to 0.0.0-1.70f456f
Diffstat (limited to 'gn')
-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 5390faa..7a5752c 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -536,7 +536,7 @@ (define-public gn-libs - (let ((commit "eb99148991a5869cf10c241aeff6c47708986a3a") + (let ((commit "70f456f4f1b400f308bd38238baae047555b9278") (revision "01")) (package (name "gn-libs") @@ -550,7 +550,7 @@ (hash (content-hash (base32 - "1lbvpn0ddsbj8xvnkzs352n7dg8drpvgx4j9xsxb24ny1f2ij323"))))) + "0p8kc06vnpzq3m4f8ch4c5nvqa4vadk5h7k1dp5ng9xj7zz0k0pj"))))) (build-system pyproject-build-system) (arguments (list |