Skip to content

Commit

Permalink
gnu: python-pytest-regressions: Update to 2.3.1.
Browse files Browse the repository at this point in the history
* gnu/packages/check.scm (python-pytest-regressions): Update to 2.3.1.
  • Loading branch information
mbakke committed Sep 7, 2022
1 parent a867125 commit ac3a8b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gnu/packages/check.scm
Original file line number Diff line number Diff line change
Expand Up @@ -3157,14 +3157,14 @@ directories and files.")
(define-public python-pytest-regressions
(package
(name "python-pytest-regressions")
(version "2.2.0")
(version "2.3.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pytest-regressions" version))
(sha256
(base32
"05jpsvv8rj8i4x24fphpnar5dl4s6d6bw6ikjk5d8v96rdviz9qm"))))
"0792s1rp4hksfarnnciy0yiy2q2yqqsbin3mc9h2gxp86kdlrv5k"))))
(build-system python-build-system)
(propagated-inputs
(list python-pytest-datadir python-pyyaml))
Expand Down

0 comments on commit ac3a8b0

Please sign in to comment.