gnu: python-fire: Update to 0.6.0.

* gnu/packages/python-xyz.scm (python-fire): Update to 0.6.0.

Change-Id: If0b610aba22f815c3cc55d99e32b5f94fc7565ee
This commit is contained in:
jgart 2024-08-08 12:45:36 -05:00
parent 3aef19c19c
commit 9c6353c556
No known key found for this signature in database
GPG Key ID: A52AA2B477B6DD35

View File

@ -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