unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#60818] [PATCH] gnu: python-pint: Update to 0.20.1.
@ 2023-01-14 22:28 Felix Gruber
  0 siblings, 0 replies; only message in thread
From: Felix Gruber @ 2023-01-14 22:28 UTC (permalink / raw)
  To: 60818; +Cc: Felix Gruber

* gnu/packages/python-xyz.scm (python-pint): Update to 0.20.1.
---
 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 @@ (define-public python-pymdown-extensions
 (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
-- 
2.39.0





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-01-14 22:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-14 22:28 [bug#60818] [PATCH] gnu: python-pint: Update to 0.20.1 Felix Gruber

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).