guix-commits
[Top][All Lists]
Advanced

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

05/51: gnu: python-scandir: Update to 1.10.0.


From: guix-commits
Subject: 05/51: gnu: python-scandir: Update to 1.10.0.
Date: Fri, 24 Jan 2020 14:48:08 -0500 (EST)

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

commit b8f5aa6fa024805247f7d4b3dddf7551541bee54
Author: Marius Bakke <address@hidden>
AuthorDate: Wed Jan 15 21:26:53 2020 +0100

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4dfe6ee..47da296 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12963,13 +12963,13 @@ It supports both normal and Unicode strings.")
 (define-public python-scandir
   (package
     (name "python-scandir")
-    (version "1.9.0")
+    (version "1.10.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "scandir" version))
        (sha256
-        (base32 "0r3hvf1a9jm1rkqgx40gxkmccknkaiqjavs8lccgq9s8khh5x5s4"))))
+        (base32 "1bkqwmf056pkchf05ywbnf659wqlp6lljcdb0y88wr9f0vv32ijd"))))
     (build-system python-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases



reply via email to

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