gnu: python-pyfakefs: Update to 3.7.1.

* gnu/packages/check.scm (python-pyfakefs): Update to 3.7.1.
This commit is contained in:
Marius Bakke 2020-02-03 11:56:44 +01:00
parent 9bf02042ca
commit 7538510534
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -2438,7 +2438,7 @@ (define-public virtest
(define-public python-pyfakefs
(package
(name "python-pyfakefs")
(version "3.5.8")
(version "3.7.1")
(source (origin
(method url-fetch)
;; We use the PyPI URL because there is no proper release
@ -2447,7 +2447,7 @@ (define-public python-pyfakefs
(uri (pypi-uri "pyfakefs" version))
(sha256
(base32
"0qb9jp0bqhc0dv0rn805fv99029fvx135f3bvka6scfkcl6jgllc"))
"1cp2yw96fa2qkgi39xa3nlr3inf8wb5rgh9kdq53256ca2r8pdhy"))
(patches (search-patches
"python-pyfakefs-remove-bad-test.patch"))
(file-name (string-append name "-" version ".tar.gz"))))