mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: python-pytest-remotedata: Update to 0.4.1.
* gnu/packages/python-check (python-pytest-remotedata): Update to 0.4.1. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
2f33ac988c
commit
a72d7beb3f
1 changed files with 2 additions and 2 deletions
|
@ -753,13 +753,13 @@ (define-public python-pytest-openfiles
|
|||
(define-public python-pytest-remotedata
|
||||
(package
|
||||
(name "python-pytest-remotedata")
|
||||
(version "0.4.0")
|
||||
(version "0.4.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "pytest-remotedata" version))
|
||||
(sha256
|
||||
(base32 "1j5106j331cfdyfcwzrbs3yby84mq1b0kddfysq12z2dwdcca8dy"))))
|
||||
(base32 "0ndvnj9zghfj17haphrygiri9iy38wb8lwq1xdkfvlfd73v8ph05"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue