guix-commits
[Top][All Lists]
Advanced

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

17/40: gnu: python-pytz: Update to 2020.4.


From: guix-commits
Subject: 17/40: gnu: python-pytz: Update to 2020.4.
Date: Sun, 13 Dec 2020 15:46:17 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit f609faae5f0f163241b022591e9e432e04e8ccb2
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Dec 12 17:35:49 2020 +0100

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

diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm
index 6b35157..b4fa13e 100644
--- a/gnu/packages/time.scm
+++ b/gnu/packages/time.scm
@@ -117,14 +117,14 @@ expressions.")
 (define-public python-pytz
   (package
     (name "python-pytz")
-    (version "2019.1")
+    (version "2020.4")
     (source
      (origin
       (method url-fetch)
       (uri (pypi-uri "pytz" version))
       (sha256
        (base32
-        "0hg1r2c41gnmljdsdmdgy6kb1zkfmxsf49imd96g8znp4cyxsiyp"))))
+        "0s72lz9q7rm2xgl2in0nvhn5cp0cyrxa257fpj2919g0s797ssry"))))
     (build-system python-build-system)
     (home-page "http://pythonhosted.org/pytz";)
     (synopsis "Python timezone library")



reply via email to

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