diff options
author | Arun Isaac | 2024-02-26 11:45:28 +0000 |
---|---|---|
committer | Arun Isaac | 2024-02-26 11:45:28 +0000 |
commit | 08df252121f5167966e4e8a3c8e34dddedf7bc57 (patch) | |
tree | 6ea32c352b5a026ed7c21d5ec377b3a652448804 /gn/packages | |
parent | 336799a9ea0d495693336283961f8853cf1cb614 (diff) | |
download | guix-bioinformatics-08df252121f5167966e4e8a3c8e34dddedf7bc57.tar.gz |
gn: gn-auth: Update to commit 10ec3b1.
* gn/packages/genenetwork.scm (gn-auth): Update to commit 10ec3b1.
Diffstat (limited to 'gn/packages')
-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 a316464..99423f7 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -396,11 +396,11 @@ (method git-fetch) (uri (git-reference (url "https://github.com/genenetwork/gn-auth.git") - (commit "acd1a3d29900cff70ccc82dbe8ad1dc4b4c0fe8e"))) + (commit "10ec3b1f851897c2cce89356b4404c18f9f11a2f"))) (hash (content-hash (base32 - "19c0qshj511w4rhfbj5d9gvcscnbsjhk6xnr10ajjvr61w42qmq4"))))) + "1p7mcimg1fhdxjmhi6p6snpq73h5h8h6ya2lx9c9kr8r3zn67pb5"))))) (build-system python-build-system) (arguments (list |