guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/05: gnu: python-pyfakefs: Update to 3.7.1.


From: guix-commits
Subject: 05/05: gnu: python-pyfakefs: Update to 3.7.1.
Date: Mon, 3 Feb 2020 09:27:40 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 75385105348066201ef898b934917eeb6ceab87a
Author: Marius Bakke <address@hidden>
AuthorDate: Mon Feb 3 11:56:44 2020 +0100

    gnu: python-pyfakefs: Update to 3.7.1.
    
    * gnu/packages/check.scm (python-pyfakefs): Update to 3.7.1.
---
 gnu/packages/check.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index eb2e2d6..f9eb350 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2438,7 +2438,7 @@ grew out of the @dfn{Vc} project.")
 (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 @@ grew out of the @dfn{Vc} project.")
               (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"))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]