unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#35955] [PATCH] gnu: python-pytz: Update to 2019.1
@ 2019-05-28 12:47 h.nasajpour
  2019-05-28 19:43 ` Danny Milosavljevic
  2019-12-10  6:25 ` bug#35955: " Brett Gilio
  0 siblings, 2 replies; 4+ messages in thread
From: h.nasajpour @ 2019-05-28 12:47 UTC (permalink / raw)
  To: 35955; +Cc: h.nasajpour

* 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 747e4cf080..9bbfe07803 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")
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-12-10  6:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-28 12:47 [bug#35955] [PATCH] gnu: python-pytz: Update to 2019.1 h.nasajpour
2019-05-28 19:43 ` Danny Milosavljevic
2019-05-31 19:18   ` Marius Bakke
2019-12-10  6:25 ` bug#35955: " Brett Gilio

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).