guix-commits
[Top][All Lists]
Advanced

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

01/19: gnu: python-parameterized: Update to 0.7.4.


From: guix-commits
Subject: 01/19: gnu: python-parameterized: Update to 0.7.4.
Date: Tue, 2 Jun 2020 12:16:10 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 507278f7cd68b86418a8b5a0e9928580d4756aa4
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Jun 2 02:28:43 2020 +0200

    gnu: python-parameterized: Update to 0.7.4.
    
    * gnu/packages/check.scm (python-parameterized): Update to 0.7.4.
---
 gnu/packages/check.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 9837ea9..3edb79d 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -584,14 +584,13 @@ but it works for any C/C++ project.")
 (define-public python-parameterized
   (package
     (name "python-parameterized")
-    (version "0.7.3")
+    (version "0.7.4")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "parameterized" version))
        (sha256
-        (base32
-         "0g1q6n7fkanjv7i1djzw62f46xf573jvza7afabh3baqjqxy7rpd"))))
+        (base32 "1444fdz5bj0k10nmhxv0bv2gfrfisi7hfzqdndb0pvhf4g3qq3qr"))))
     (build-system python-build-system)
     (arguments
      '(#:phases (modify-phases %standard-phases



reply via email to

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