mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-transient: Update to 0.11.
* gnu/packages/virtualization.scm (python-transient): Update to 0.11.
This commit is contained in:
parent
6a5da0d034
commit
3387508a1f
1 changed files with 2 additions and 2 deletions
|
@ -2053,14 +2053,14 @@ use with virtualization provisioning tools")
|
||||||
(define-public python-transient
|
(define-public python-transient
|
||||||
(package
|
(package
|
||||||
(name "python-transient")
|
(name "python-transient")
|
||||||
(version "0.10")
|
(version "0.11")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "transient" version))
|
(uri (pypi-uri "transient" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1740l50483fcq9748g69nkk28s2x69n4hh1l7n8f4s7p6lq1kqjy"))))
|
"1pcyw8j2l354qa6c8gr58xd7fmxcx1svnfyr2rj5nh04ircx3x7l"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; Requires behave
|
`(#:tests? #f ; Requires behave
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue