guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: python-pyfakefs: Update to 4.1.0.


From: guix-commits
Subject: 01/03: gnu: python-pyfakefs: Update to 4.1.0.
Date: Fri, 7 Aug 2020 11:28:20 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 6ff6912de94c4b707fbf865b871f27f9844a25a8
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Fri Aug 7 15:40:17 2020 +0300

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

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index e9fecff..0356fe1 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2705,7 +2705,7 @@ grew out of the @dfn{Vc} project.")
 (define-public python-pyfakefs
   (package
     (name "python-pyfakefs")
-    (version "3.7.1")
+    (version "4.1.0")
     (source (origin
               (method url-fetch)
               ;; We use the PyPI URL because there is no proper release
@@ -2714,10 +2714,9 @@ grew out of the @dfn{Vc} project.")
               (uri (pypi-uri "pyfakefs" version))
               (sha256
                (base32
-                "1cp2yw96fa2qkgi39xa3nlr3inf8wb5rgh9kdq53256ca2r8pdhy"))
+                "13nwbvz1hbj4qz80zm2c6syip2qz7kzhyd9rb0d7al7s4avaifmv"))
               (patches (search-patches
-                        "python-pyfakefs-remove-bad-test.patch"))
-              (file-name (string-append name "-" version ".tar.gz"))))
+                         "python-pyfakefs-remove-bad-test.patch"))))
     (arguments
      `(#:phases
        (modify-phases %standard-phases



reply via email to

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