diff options
author | Frederick Muriuki Muriithi | 2023-09-27 13:02:29 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2023-09-27 13:02:29 +0300 |
commit | f4b9e51192a8dea3399ca83226a47a518b3ea5c5 (patch) | |
tree | 8982d9a6061f0256ff8dcb630c3e351621adc9f5 /.guix/modules/gn-auth.scm | |
parent | 51534a303c22f919ec5b237f7bcc948e66978fdc (diff) | |
download | gn-auth-f4b9e51192a8dea3399ca83226a47a518b3ea5c5.tar.gz |
Update dependency: Use upstream python-mypy
Diffstat (limited to '.guix/modules/gn-auth.scm')
-rw-r--r-- | .guix/modules/gn-auth.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.guix/modules/gn-auth.scm b/.guix/modules/gn-auth.scm index 9da988b..6831779 100644 --- a/.guix/modules/gn-auth.scm +++ b/.guix/modules/gn-auth.scm @@ -48,7 +48,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) |