[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
- 12/27: gnu: python-pytest: Use G-expression., (continued)
- 12/27: gnu: python-pytest: Use G-expression., guix-commits, 2022/09/09
- 03/27: gnu: gjs: Update to 1.73.2., guix-commits, 2022/09/09
- 04/27: gnu: serf: Build with the default scons., guix-commits, 2022/09/09
- 18/27: gnu: Remove python-pytest-forked-next., guix-commits, 2022/09/09
- 21/27: gnu: python-pytest-mock: Update to 3.8.2., guix-commits, 2022/09/09
- 07/27: gnu: python-pytest: Update to 7.1.3., guix-commits, 2022/09/09
- 16/27: gnu: python-pytest-xdist: Add extra test input, don't propagate pytest., guix-commits, 2022/09/09
- 17/27: gnu: Remove python-pytest-xdist-next., guix-commits, 2022/09/09
- 25/27: gnu: SQLite: Update to 3.39.3., guix-commits, 2022/09/09
- 19/27: gnu: python-fonttools: Update to 4.37.1., guix-commits, 2022/09/09
- 20/27: gnu: python-parameterized: Update to 0.8.1.,
guix-commits <=
- 08/27: gnu: python-distlib: Update to 0.3.5., guix-commits, 2022/09/09
- 06/27: gnu: python-pytest: Remove input labels., guix-commits, 2022/09/09
- 26/27: gnu: autotrace: Update to 0.31.9., guix-commits, 2022/09/09
- 15/27: gnu: python-pyfakefs: Update to 4.6.3., guix-commits, 2022/09/09
- 23/27: gnu: python-pygobject: Update to 3.42.2., guix-commits, 2022/09/09
- 11/27: gnu: Deprecate the 'python-pytest-6' variable., guix-commits, 2022/09/09
- 05/27: gnu: python-sortedcontainers: Update to 2.4.0., guix-commits, 2022/09/09
- 14/27: gnu: python-py: Update to 1.11.0., guix-commits, 2022/09/09
- 22/27: gnu: python-pytest-timeout: Update to 2.1.0., guix-commits, 2022/09/09
- 24/27: gnu: python-lxml: Update to 4.9.1., guix-commits, 2022/09/09