diff options
author | Frederick Muriuki Muriithi | 2024-09-25 18:30:22 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-09-25 18:30:22 -0500 |
commit | 387f67a35259de47f53fac53b9aef28d9e78fef0 (patch) | |
tree | 8680ef571cb14a77245d08ab8a76815f20c67a92 /gn | |
parent | 1d0a23c0bafd7fba14c2f73556076173d5680b2c (diff) | |
download | guix-bioinformatics-387f67a35259de47f53fac53b9aef28d9e78fef0.tar.gz |
gn-auth: (python-blinker) New dependency
Diffstat (limited to 'gn')
-rw-r--r-- | gn/packages/genenetwork.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index 81f88e1..0aa32bd 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -512,6 +512,7 @@ python-pytest-mock)) (propagated-inputs (list gunicorn + python-blinker python-argon2-cffi python-authlib python-email-validator |