guix-commits
[Top][All Lists]
Advanced

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

12/43: gnu: python-scandir: Update to 1.9.0.


From: Marius Bakke
Subject: 12/43: gnu: python-scandir: Update to 1.9.0.
Date: Tue, 21 Aug 2018 11:25:55 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 7f5d3445af3316ab67b5db4eb3def5c0265205ac
Author: Marius Bakke <address@hidden>
Date:   Mon Aug 20 00:20:25 2018 +0200

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

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 9e269b4..c8a22a2 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -11446,13 +11446,13 @@ It supports both normal and Unicode strings.")
 (define-public python-scandir
   (package
     (name "python-scandir")
-    (version "1.7")
+    (version "1.9.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "scandir" version))
        (sha256
-        (base32 "0gbnhjzg42rj87ljv9kb648rfxph69ly3c8r9841dxy4d7l5pmdj"))))
+        (base32 "0r3hvf1a9jm1rkqgx40gxkmccknkaiqjavs8lccgq9s8khh5x5s4"))))
     (build-system python-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases



reply via email to

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