guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: python-typing: Update to 3.6.6.


From: Tobias Geerinckx-Rice
Subject: 03/03: gnu: python-typing: Update to 3.6.6.
Date: Mon, 10 Sep 2018 10:25:22 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 82d5c7c6de164df56d582ed779f02c6bbfd90b33
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Sep 10 06:03:53 2018 +0200

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

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 8c7c9d3..ea1093c 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -13234,14 +13234,14 @@ source bytes using the UTF-8 encoding and then 
rewrites Python 3.6 style
 (define-public python-typing
   (package
     (name "python-typing")
-    (version "3.6.4")
+    (version "3.6.6")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "typing" version))
        (sha256
         (base32
-         "1wmk9nkh30n37cbrqwkbggmj2390lhrlagjkd0ikm02l88saj06l"))))
+         "0ba9acs4awx15bf9v3nrs781msbd2nx826906nj6fqks2bvca9s0"))))
     (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]