diff options
author | Frederick Muriuki Muriithi | 2025-01-21 16:15:56 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-01-21 16:15:56 -0600 |
commit | 3d0c1d2389e9642a26c9c51dcb1141dfcd36dbec (patch) | |
tree | c6adac2a8845cbd8d892dfd58af643609f133560 /gn/packages | |
parent | 73f1601028ae18a6a519d00f6f789706bbc3ce34 (diff) | |
download | guix-bioinformatics-3d0c1d2389e9642a26c9c51dcb1141dfcd36dbec.tar.gz |
gn-libs: upgrade to commit 72a95f8.
Diffstat (limited to 'gn/packages')
-rw-r--r-- | gn/packages/genenetwork.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index ae30dbe..d451875 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -540,7 +540,7 @@ (define-public gn-libs - (let ((commit "66bac3df1748ff263c991e121b3ce80599807998") + (let ((commit "72a95f8ffa5401649f70978e863dd3f21900a611") (revision "01")) (package (name "gn-libs") @@ -554,7 +554,7 @@ (hash (content-hash (base32 - "11qpz6x4hgi13j1wznlxyl9fxh1la4f3s9vand34zmxk1diqisbb"))))) + "1jvlz85pn10cx2icjxk0klz1g8k8vn1f8vp6kb4xyjskb1228yrx"))))) (build-system pyproject-build-system) (arguments (list @@ -571,6 +571,7 @@ (propagated-inputs (list python-authlib python-pymonad + python-requests python-mysqlclient)) (home-page "https://github.com/genenetwork/gn-libs") (synopsis "Tools/utilities for GeneNetwork projects.") |