diff options
author | Frederick Muriuki Muriithi | 2024-03-02 16:20:48 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-03-02 16:20:48 +0300 |
commit | 60a524a955455b2f36fd82e95926f50220608ab0 (patch) | |
tree | 304a4569b6eb4450355968440a49d1b7f3472b3e /gn | |
parent | 5fa3e2bcaafb498ec3bca51f72545f5a16b5a527 (diff) | |
download | guix-bioinformatics-60a524a955455b2f36fd82e95926f50220608ab0.tar.gz |
gn-auth: Update the commit and hash.
Diffstat (limited to 'gn')
-rw-r--r-- | gn/packages/genenetwork.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index 1084a63..7030515 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -390,17 +390,17 @@ (define-public gn-auth (package (name "gn-auth") - (version "1.0.0") + (version "1.0.1") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/genenetwork/gn-auth.git") - (commit "8a20071dc8009b5b9439d10e17a2a57883b7b363"))) + (commit "cd6eebd85d32feb289ccecd1aee45fb40b03d77f"))) (hash (content-hash (base32 - "1p8vcdpj9wlkfaxzmg3b6372zad9m2byrz7rzg6fdl26v95wd4qm"))))) + "06slj3z110mbc46qncdvyi29y85zkqxl76n89dxjp5wjfqxw0nsl"))))) (build-system python-build-system) (arguments (list |