diff options
-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.") |