guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/51: gnu: python-typing: Update to 3.7.4.1.


From: guix-commits
Subject: 09/51: gnu: python-typing: Update to 3.7.4.1.
Date: Fri, 24 Jan 2020 14:48:09 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 559f5799db26ad0db93335fd353302fd02bf69c1
Author: Marius Bakke <address@hidden>
AuthorDate: Wed Jan 15 21:31:36 2020 +0100

    gnu: python-typing: Update to 3.7.4.1.
    
    * gnu/packages/python-xyz.scm (python-typing): Update to 3.7.4.1.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 0788696..95054f7 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]