diff options
author | Frederick Muriuki Muriithi | 2023-09-27 17:49:28 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2023-09-27 17:49:28 +0300 |
commit | c094f4635a6bcdeed697875ea991f91b670e675e (patch) | |
tree | ab8cf03bf7d1323d4754d9e237af591a0ea362be /gn | |
parent | 31bc467225bab461ba758e2e31299eb47c8e5c44 (diff) | |
download | guix-bioinformatics-c094f4635a6bcdeed697875ea991f91b670e675e.tar.gz |
gn-auth: Fix missing import
Diffstat (limited to 'gn')
-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 42296c0..eaab3cd 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -475,11 +475,11 @@ (method git-fetch) (uri (git-reference (url "https://github.com/genenetwork/gn-auth.git") - (commit "9961237078834c342e5bf7d7d6ffd7f27be09c67"))) + (commit "acd1a3d29900cff70ccc82dbe8ad1dc4b4c0fe8e"))) (hash (content-hash (base32 - "1nmwcwa897gv4dmn16swk7g9lsnl7jnzlb6qbsg38pgiwhyh6mrk"))))) + "19c0qshj511w4rhfbj5d9gvcscnbsjhk6xnr10ajjvr61w42qmq4"))))) (build-system python-build-system) (arguments (list |