emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#35955: closed ([PATCH] gnu: python-pytz: Update to 2019.1)


From: GNU bug Tracking System
Subject: bug#35955: closed ([PATCH] gnu: python-pytz: Update to 2019.1)
Date: Tue, 10 Dec 2019 06:26:01 +0000

Your message dated Tue, 10 Dec 2019 00:25:17 -0600
with message-id <address@hidden>
and subject line Re: [bug#35955] [PATCH] gnu: python-pytz: Update to 2019.1
has caused the debbugs.gnu.org bug report #35955,
regarding [PATCH] gnu: python-pytz: Update to 2019.1
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
35955: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=35955
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: python-pytz: Update to 2019.1 Date: Tue, 28 May 2019 17:17:59 +0430
* 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#35955] [PATCH] gnu: python-pytz: Update to 2019.1 Date: Tue, 10 Dec 2019 00:25:17 -0600 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
"h.nasajpour" <address@hidden> writes:

> * 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")

Closing as 71c08ee60bb3f62bac0614888fb62405f7a388ab reflects this change
from 2019-06-18.

Thanks!

-- 
Brett M. Gilio
Homepage -- https://scm.pw/
GNU Guix -- https://guix.gnu.org/


--- End Message ---

reply via email to

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