mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: python-transient: Update to 0.12.
* gnu/packages/virtualization.scm (python-transient): Update to 0.12.
This commit is contained in:
parent
8f805657b9
commit
1db54324b2
1 changed files with 2 additions and 2 deletions
|
@ -2053,14 +2053,14 @@ (define-public osinfo-db
|
|||
(define-public python-transient
|
||||
(package
|
||||
(name "python-transient")
|
||||
(version "0.11")
|
||||
(version "0.12")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "transient" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1pcyw8j2l354qa6c8gr58xd7fmxcx1svnfyr2rj5nh04ircx3x7l"))))
|
||||
"148yiqrmcscsi6787y0f27i1y9cf0gcw3mqfv5frhpmsmv62mv5z"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; Requires behave
|
||||
|
|
Loading…
Reference in a new issue