guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python-parameterized: Update to 0.7.3.


From: guix-commits
Subject: branch master updated: gnu: python-parameterized: Update to 0.7.3.
Date: Mon, 13 Apr 2020 13:39:25 -0400

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

mbakke pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8d85ad6  gnu: python-parameterized: Update to 0.7.3.
8d85ad6 is described below

commit 8d85ad6c6d8c0dfc2ffbd9668c5b714a511fe0b2
Author: Marius Bakke <address@hidden>
AuthorDate: Mon Apr 13 18:10:54 2020 +0200

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

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index d83e4b4..1cd40d9 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -581,14 +581,14 @@ but it works for any C/C++ project.")
 (define-public python-parameterized
   (package
     (name "python-parameterized")
-    (version "0.7.1")
+    (version "0.7.3")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "parameterized" version))
        (sha256
         (base32
-         "1vapry9lyfb2mlpgk2wh9079hzxzq5120bsczncxxay663mdp53a"))))
+         "0g1q6n7fkanjv7i1djzw62f46xf573jvza7afabh3baqjqxy7rpd"))))
     (build-system python-build-system)
     (arguments
      '(#:phases (modify-phases %standard-phases



reply via email to

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