diff options
author | jgart <jgart@dismail.de> | 2024-08-08 12:45:36 -0500 |
---|---|---|
committer | jgart <jgart@dismail.de> | 2024-08-08 12:45:36 -0500 |
commit | 9c6353c5568a56620af43c2213a9f1cbdc2b4adf (patch) | |
tree | cf226e460b59052675d50d1c4e50045b2bacac65 /gnu/packages | |
parent | 3aef19c19c4f4bc67e6a032dbef25e76881cc46b (diff) | |
download | guix-9c6353c5568a56620af43c2213a9f1cbdc2b4adf.tar.gz guix-9c6353c5568a56620af43c2213a9f1cbdc2b4adf.zip |
gnu: python-fire: Update to 0.6.0.
* gnu/packages/python-xyz.scm (python-fire): Update to 0.6.0.
Change-Id: If0b610aba22f815c3cc55d99e32b5f94fc7565ee
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 789045302d..664d0b6d88 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -888,14 +888,14 @@ documentation of programming languages.") (define-public python-fire (package (name "python-fire") - (version "0.5.0") + (version "0.6.0") (source (origin (method url-fetch) (uri (pypi-uri "fire" version)) (sha256 (base32 - "1imc9ais15dz3gmphawql86l9av5dykbp4hz0883k5n8k2gd9c56")))) + "0rmaw26xjndr7makpiqv4h9aav9xf2h280w0khqc1lyddscmpv2l")))) (build-system python-build-system) (arguments '(#:phases |