mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
3aef19c19c
commit
9c6353c556
1 changed files with 2 additions and 2 deletions
|
@ -888,14 +888,14 @@ documentation of programming languages.")
|
||||||
(define-public python-fire
|
(define-public python-fire
|
||||||
(package
|
(package
|
||||||
(name "python-fire")
|
(name "python-fire")
|
||||||
(version "0.5.0")
|
(version "0.6.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "fire" version))
|
(uri (pypi-uri "fire" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1imc9ais15dz3gmphawql86l9av5dykbp4hz0883k5n8k2gd9c56"))))
|
"0rmaw26xjndr7makpiqv4h9aav9xf2h280w0khqc1lyddscmpv2l"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue