mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: python-pyfakefs: Update to 3.7.1.
* gnu/packages/check.scm (python-pyfakefs): Update to 3.7.1.
This commit is contained in:
parent
9bf02042ca
commit
7538510534
1 changed files with 2 additions and 2 deletions
|
@ -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"))))
|
||||
|
|
Loading…
Reference in a new issue