[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: python-transient: Update to 0.12.
From: |
guix-commits |
Subject: |
branch master updated: gnu: python-transient: Update to 0.12. |
Date: |
Sun, 06 Dec 2020 19:08:49 -0500 |
This is an automated email from the git hooks/post-receive script.
brettgilio pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 1db5432 gnu: python-transient: Update to 0.12.
1db5432 is described below
commit 1db54324b2ded472dfc4dbd7778dd454a00e7d72
Author: Brett Gilio <brettg@gnu.org>
AuthorDate: Sun Dec 6 18:08:30 2020 -0600
gnu: python-transient: Update to 0.12.
* gnu/packages/virtualization.scm (python-transient): Update to 0.12.
---
gnu/packages/virtualization.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm
index 142d5e2..a05e52f 100644
--- a/gnu/packages/virtualization.scm
+++ b/gnu/packages/virtualization.scm
@@ -2053,14 +2053,14 @@ use with virtualization provisioning tools")
(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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: python-transient: Update to 0.12.,
guix-commits <=