diff options
author | fanquake <fanquake@gmail.com> | 2023-07-20 15:10:40 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-07-07 22:31:13 +0200 |
commit | cd7a9bbdc818f2821ff48e948b1221d0f07a0256 (patch) | |
tree | f40bcc3c30fb05591eeaf68ad12305cddb8553ca | |
parent | 9c3e27dd17726e1e82dc23fd6b0fc572b8db41de (diff) |
gnu: python-pyhamcrest: Update to 2.0.3.
* gnu/packages/check.scm (python-pyhamcrest): Update to 2.0.3.
Signed-off-by: Andreas Enge <andreas@enge.fr>
-rw-r--r-- | gnu/packages/check.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index 1c075713f1..8ceb58b7e4 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -3658,7 +3658,7 @@ retried.") (define-public python-pyhamcrest (package (name "python-pyhamcrest") - (version "2.0.2") + (version "2.0.3") (source (origin (method git-fetch) ;no tests in PyPI archive (uri (git-reference @@ -3667,7 +3667,7 @@ retried.") (file-name (git-file-name name version)) (sha256 (base32 - "05kdzlhs2kvj82pfca13qszszcj6dyrk4b9pbr46x06sq2s4qyls")))) + "0j0fpd7vw700l6gx29gz9j28d22ajkz6sngfzp4c8an4ibd2fw85")))) (native-inputs ;all native inputs are for tests (list python-pytest-cov python-mock python-pytest python-hypothesis)) (build-system python-build-system) |