gnu: python-pyfakefs: Update to 4.1.0.
* gnu/packages/check.scm (python-pyfakefs.scm): Update to 4.1.0.
This commit is contained in:
parent
ec3c3aa7ec
commit
6ff6912de9
1 changed files with 3 additions and 4 deletions
|
@ -2705,7 +2705,7 @@ (define-public virtest
|
||||||
(define-public python-pyfakefs
|
(define-public python-pyfakefs
|
||||||
(package
|
(package
|
||||||
(name "python-pyfakefs")
|
(name "python-pyfakefs")
|
||||||
(version "3.7.1")
|
(version "4.1.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
;; We use the PyPI URL because there is no proper release
|
;; We use the PyPI URL because there is no proper release
|
||||||
|
@ -2714,10 +2714,9 @@ (define-public python-pyfakefs
|
||||||
(uri (pypi-uri "pyfakefs" version))
|
(uri (pypi-uri "pyfakefs" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1cp2yw96fa2qkgi39xa3nlr3inf8wb5rgh9kdq53256ca2r8pdhy"))
|
"13nwbvz1hbj4qz80zm2c6syip2qz7kzhyd9rb0d7al7s4avaifmv"))
|
||||||
(patches (search-patches
|
(patches (search-patches
|
||||||
"python-pyfakefs-remove-bad-test.patch"))
|
"python-pyfakefs-remove-bad-test.patch"))))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))))
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
|
Loading…
Reference in a new issue