guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python-pint: Update to 0.20.1.


From: guix-commits
Subject: branch master updated: gnu: python-pint: Update to 0.20.1.
Date: Mon, 16 Jan 2023 13:15:10 -0500

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 245152c364 gnu: python-pint: Update to 0.20.1.
245152c364 is described below

commit 245152c364aa91a9de53dea4e2a2689b8b8f5a87
Author: Felix Gruber <felgru@posteo.net>
AuthorDate: Sat Jan 14 22:28:04 2023 +0000

    gnu: python-pint: Update to 0.20.1.
    
    * gnu/packages/python-xyz.scm (python-pint): Update to 0.20.1.
    
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
 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 32d826d3c5..c91561e787 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -965,13 +965,13 @@ Markdown.  All extensions are found under the module 
namespace of pymdownx.")
 (define-public python-pint
   (package
     (name "python-pint")
-    (version "0.19.2")
+    (version "0.20.1")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "Pint" version))
               (sha256
                (base32
-                "1bsbiikm9i4saqc6mc3minkmrgnsgcg734agsvd7icqhyngrim71"))))
+                "0rv0cbala7ibjbaf6kkcn0mdhqdbajnvlcw0f15gwzfwg10g0z1q"))))
     (build-system python-build-system)
     (native-inputs
      (list python-pytest



reply via email to

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