guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates updated: gnu: python-outcome: Update to 1.2.0.


From: guix-commits
Subject: branch core-updates updated: gnu: python-outcome: Update to 1.2.0.
Date: Wed, 22 Feb 2023 08:48:39 -0500

This is an automated email from the git hooks/post-receive script.

andreas pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new cfe93a00b9 gnu: python-outcome: Update to 1.2.0.
cfe93a00b9 is described below

commit cfe93a00b900be6c30c2293599c33efe594fbf7a
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Wed Feb 22 14:47:47 2023 +0100

    gnu: python-outcome: Update to 1.2.0.
    
    * gnu/packages/python-xyz.scm (python-outcome): Update to 1.2.0.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 19490fbd8b..b29a1a03e5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -24475,13 +24475,13 @@ make your work easier.")
 (define-public python-outcome
   (package
     (name "python-outcome")
-    (version "1.0.1")
+    (version "1.2.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "outcome" version))
        (sha256
-        (base32 "0vxn04vspmlkkyijjkjnsc46f93ki8g62hr7ag10zpd7ic324y7w"))))
+        (base32 "0wi6bmsfn73aw1hbpa1nhhshlx9k2vxcl7kp3z7h78sxwhyvv0kg"))))
     (build-system python-build-system)
     (arguments
      `(#:phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]