aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/genenetwork.scm
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2023-09-27 13:04:22 +0300
committerFrederick Muriuki Muriithi2023-09-27 13:04:22 +0300
commit9be94892e0a2446f104a72f680a926020ad8578c (patch)
treea98400d3673d656dca091f4b65a70257dc6d8243 /gn/packages/genenetwork.scm
parent9e8f9d8e65290d8fdee9b15cb1afddf1a4f01466 (diff)
downloadguix-bioinformatics-9be94892e0a2446f104a72f680a926020ad8578c.tar.gz
gn-auth: Use upstream python-mypy
Diffstat (limited to 'gn/packages/genenetwork.scm')
-rw-r--r--gn/packages/genenetwork.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm
index 40c8857..d2b59c5 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 "51534a303c22f919ec5b237f7bcc948e66978fdc")))
+ (commit "f4b9e51192a8dea3399ca83226a47a518b3ea5c5")))
(hash
(content-hash
(base32
- "0gp1lyx3r227s078hab079dckc8iambvnq1yd84qr03yi4ch8q19")))))
+ "054i9va4850dcfiwzz79r4w4h2cinh3d6l1l4jc8s4sy7bjb50zp")))))
(build-system python-build-system)
(arguments
(list
@@ -490,7 +490,7 @@
(when tests?
(invoke "pytest" "-k" "unit_test")))))))
(native-inputs
- `(("python-mypy" ,python-mypy-0.981)
+ `(("python-mypy" ,python-mypy)
("python-pytest" ,python-pytest)
("python-pylint" ,python-pylint)
("python-hypothesis" ,python-hypothesis)