guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: python-pytz: Update to 2019.1.


From: guix-commits
Subject: 04/04: gnu: python-pytz: Update to 2019.1.
Date: Thu, 20 Jun 2019 17:07:57 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit 71c08ee60bb3f62bac0614888fb62405f7a388ab
Author: Marius Bakke <address@hidden>
Date:   Tue Jun 18 15:21:40 2019 +0200

    gnu: python-pytz: Update to 2019.1.
    
    * gnu/packages/time.scm (python-pytz): Update to 2019.1.
---
 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 747e4cf..9bbfe07 100644
--- a/gnu/packages/time.scm
+++ b/gnu/packages/time.scm
@@ -92,14 +92,14 @@ to a file.")
 (define-public python-pytz
   (package
     (name "python-pytz")
-    (version "2018.5")
+    (version "2019.1")
     (source
      (origin
       (method url-fetch)
       (uri (pypi-uri "pytz" version ".tar.gz"))
       (sha256
        (base32
-        "0xzj5gkpdn2da8m6j47chlp6zrzcypv9m0fjv4236q3jw4fyzfgz"))))
+        "0hg1r2c41gnmljdsdmdgy6kb1zkfmxsf49imd96g8znp4cyxsiyp"))))
     (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]