diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-01-15 21:31:36 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-01-24 20:44:31 +0100 |
commit | 559f5799db26ad0db93335fd353302fd02bf69c1 (patch) | |
tree | a7de1a122bd13a24ac7c258f339d9f192d15e02b /gnu | |
parent | 23d5d859a83d781e1e0873f6aa2b9093ee0cfc7a (diff) | |
download | guix-559f5799db26ad0db93335fd353302fd02bf69c1.tar.gz |
gnu: python-typing: Update to 3.7.4.1.
* gnu/packages/python-xyz.scm (python-typing): Update to 3.7.4.1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 07886969d2..95054f751e 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -14820,14 +14820,14 @@ based on the CPython 2.7 and 3.7 parsers.") (define-public python-typing (package (name "python-typing") - (version "3.6.6") + (version "3.7.4.1") (source (origin (method url-fetch) (uri (pypi-uri "typing" version)) (sha256 (base32 - "0ba9acs4awx15bf9v3nrs781msbd2nx826906nj6fqks2bvca9s0")))) + "08xs7s5pyq99hbrzw23inczmidz90krvpv9q5p1qrvh6yzrydpwi")))) (build-system python-build-system) (home-page "https://docs.python.org/3/library/typing.html") (synopsis "Type hints for Python") |