guix-commits
[Top][All Lists]
Advanced

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

07/09: gnu: python-types-pytz: Update to 2023.3.1.1.


From: guix-commits
Subject: 07/09: gnu: python-types-pytz: Update to 2023.3.1.1.
Date: Wed, 15 Nov 2023 12:33:42 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 7c9e26484959a358946dc061e15104437961c08b
Author: Troy Figiel <troy@troyfigiel.com>
AuthorDate: Sun Nov 12 09:59:17 2023 +0100

    gnu: python-types-pytz: Update to 2023.3.1.1.
    
    * gnu/packages/python-xyz.scm (python-types-pytz): Update to 2023.3.1.1.
    
    Change-Id: Ie06158d386e8648ee2aaef4d8b4aee1ee340ba2b
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e521c1580d..8e89f61373 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -32573,13 +32573,13 @@ collection.")
 (define-public python-types-pytz
   (package
     (name "python-types-pytz")
-    (version "2021.3.6")
+    (version "2023.3.1.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "types-pytz" version))
        (sha256
-        (base32 "14yr5hg2ww8s4a0mz2bkd549fv8qgm538fnzxvqv92ld1pcpym3l"))))
+        (base32 "16mbinqac2fjjh4gqw2940q8ysjqwj0hrvj4p9mqz76l5hcx08yc"))))
     (build-system python-build-system)
     (home-page "https://github.com/python/typeshed";)
     (synopsis "Typing stubs for pytz")



reply via email to

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