guix-commits
[Top][All Lists]
Advanced

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

20/27: gnu: python-parameterized: Update to 0.8.1.


From: guix-commits
Subject: 20/27: gnu: python-parameterized: Update to 0.8.1.
Date: Fri, 9 Sep 2022 11:08:15 -0400 (EDT)

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

commit 944521366f384a59c2ea18a5c3b1d2b8ec5500e1
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Sep 5 17:38:38 2022 +0200

    gnu: python-parameterized: Update to 0.8.1.
    
    * gnu/packages/check.scm (python-parameterized): Update to 0.8.1.
---
 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 5deb5f422c..f1da42b5ac 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -813,13 +813,13 @@ but it works for any C/C++ project.")
 (define-public python-parameterized
   (package
     (name "python-parameterized")
-    (version "0.7.4")
+    (version "0.8.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "parameterized" version))
        (sha256
-        (base32 "1444fdz5bj0k10nmhxv0bv2gfrfisi7hfzqdndb0pvhf4g3qq3qr"))))
+        (base32 "0p1vhfw552rgd7gb2vy4l4l4k8mnbdz7f3chgzvk0r0qsqvzzfs1"))))
     (build-system python-build-system)
     (arguments
      '(#:phases (modify-phases %standard-phases



reply via email to

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