[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: python-transient: Update to 0.11.
From: |
guix-commits |
Subject: |
branch master updated: gnu: python-transient: Update to 0.11. |
Date: |
Wed, 25 Nov 2020 18:57:59 -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 3387508 gnu: python-transient: Update to 0.11.
3387508 is described below
commit 3387508a1f17ef85fcba47db48b9cbbcb25f1b80
Author: Brett Gilio <brettg@gnu.org>
AuthorDate: Wed Nov 25 17:57:50 2020 -0600
gnu: python-transient: Update to 0.11.
* gnu/packages/virtualization.scm (python-transient): Update to 0.11.
---
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 ed09f3d..466e9d1 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.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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: python-transient: Update to 0.11.,
guix-commits <=