diff options
author | Frederick Muriuki Muriithi | 2024-08-08 10:41:15 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-08-08 10:41:15 -0500 |
commit | f0d516a06c3171f256e5ed501dde14204a53fc26 (patch) | |
tree | 1b4262271f3c0dc033f01bace3fd4508987387d9 | |
parent | 3184900e76433da363ad27ee90f1c73df88155d2 (diff) | |
download | guix-bioinformatics-f0d516a06c3171f256e5ed501dde14204a53fc26.tar.gz |
gn-auth: update commit and hash.
-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 6499c10..536fc43 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -471,7 +471,7 @@ (license license:agpl3+)))) (define-public gn-auth - (let ((commit "1ccbaf801a83b15c0a99bdfc2155869b26260226") + (let ((commit "97363a7c94e6fd5098119c5d6b1fd34fdf82b161") (revision "01")) (package (name "gn-auth") @@ -485,7 +485,7 @@ (hash (content-hash (base32 - "03j3kpaqkvgrp5yqdycp9pbjwdv788nainh7aq6qj25rvdrri0wa"))))) + "01716qr3nbmcwcwmwfsgqyzmfkp6mnvcxna5rhfrmgyjwpdc2wnn"))))) (build-system python-build-system) (arguments (list |