guix-commits
[Top][All Lists]
Advanced

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

03/21: gnu: python-babel: Update to 2.10.3.


From: guix-commits
Subject: 03/21: gnu: python-babel: Update to 2.10.3.
Date: Thu, 23 Jun 2022 13:56:42 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit a5436115a0caadbe9df18ece69df91dd574788d6
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Jun 22 10:57:28 2022 +0200

    gnu: python-babel: Update to 2.10.3.
    
    * gnu/packages/python-xyz.scm (python-babel): Update to 2.10.3.
---
 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 a2178bf5d5..112ebfa508 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1233,14 +1233,14 @@ by @code{binstar}, @code{binstar-build}, and 
@code{chalmers}.")
 (define-public python-babel
   (package
     (name "python-babel")
-    (version "2.9.0")
+    (version "2.10.3")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "Babel" version))
        (sha256
         (base32
-         "018yg7g2pa6vjixx1nx41cfispgfi0azzp0a1chlycbj8jsil0ys"))))
+         "0l9cvfmsz0hlvcinxaf6xf2f02ldgw3xq9i1fc7lk5zf24vma53n"))))
     (build-system python-build-system)
     (native-inputs
      (list python-freezegun python-pytest tzdata-for-tests))



reply via email to

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