summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-07-14 22:39:05 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-08-13 16:09:42 +0200
commitda4df2f9fba23e1489d951212df1b075f2820e05 (patch)
tree60d67f293e1c33ebcc8046512f08285aa81fa116 /gnu/packages/python-xyz.scm
parent10d115545b4bfa4ad50b57e71c8631740ce23698 (diff)
downloadguix-patches-da4df2f9fba23e1489d951212df1b075f2820e05.tar
guix-patches-da4df2f9fba23e1489d951212df1b075f2820e05.tar.gz
gnu: python-typing: Update to 3.7.4.3.
* gnu/packages/python-xyz.scm (python-typing): Update to 3.7.4.3.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index caa91d0d2e..e1b1729b43 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -17217,14 +17217,13 @@ based on the CPython 2.7 and 3.7 parsers.")
(define-public python-typing
(package
(name "python-typing")
- (version "3.7.4.1")
+ (version "3.7.4.3")
(source
(origin
(method url-fetch)
(uri (pypi-uri "typing" version))
(sha256
- (base32
- "08xs7s5pyq99hbrzw23inczmidz90krvpv9q5p1qrvh6yzrydpwi"))))
+ (base32 "1j8wnz8c9s049w9xbf7ssr1dmgg4rz7vdfq7m880srzxhafgp1qi"))))
(build-system python-build-system)
(home-page "https://docs.python.org/3/library/typing.html")
(synopsis "Type hints for Python")