gnu: python-transient: Update to 0.11.

* gnu/packages/virtualization.scm (python-transient): Update to 0.11.
This commit is contained in:
Brett Gilio 2020-11-25 17:57:50 -06:00
parent 6a5da0d034
commit 3387508a1f
No known key found for this signature in database
GPG key ID: F6C52DD1BA27CB87

View file

@ -2053,14 +2053,14 @@ (define-public osinfo-db
(define-public python-transient
(package
(name "python-transient")
(version "0.10")
(version "0.11")
(source
(origin
(method url-fetch)
(uri (pypi-uri "transient" version))
(sha256
(base32
"1740l50483fcq9748g69nkk28s2x69n4hh1l7n8f4s7p6lq1kqjy"))))
"1pcyw8j2l354qa6c8gr58xd7fmxcx1svnfyr2rj5nh04ircx3x7l"))))
(build-system python-build-system)
(arguments
`(#:tests? #f ; Requires behave