guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: python-deprecated: Update to 1.2.13.


From: guix-commits
Subject: 02/02: gnu: python-deprecated: Update to 1.2.13.
Date: Wed, 27 Oct 2021 13:35:27 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 014f1b607f1d88a8e733017afaca006545b7d99b
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Oct 27 20:09:21 2021 +0300

    gnu: python-deprecated: Update to 1.2.13.
    
    * gnu/packages/python-xyz.scm (python-deprecated): Update to 1.2.13.
---
 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 d5b21d8..bd5a5c2 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -4347,7 +4347,7 @@ software version simply.")
 (define-public python-deprecated
   (package
     (name "python-deprecated")
-    (version "1.2.5")
+    (version "1.2.13")
     (source
      (origin
        (method git-fetch)
@@ -4357,7 +4357,7 @@ software version simply.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "14909glxxwwc4b9qpz2b9jdriwzi5n65ichw85xqppap5f79wcwz"))))
+         "0v4ys9xr8lski2r98da99spsj6hjlnnqgnhhmyhrm66myiix885c"))))
     (build-system python-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases



reply via email to

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