guix-commits
[Top][All Lists]
Advanced

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

36/38: gnu: python-pathpy: Update to 11.0.1.


From: Tobias Geerinckx-Rice
Subject: 36/38: gnu: python-pathpy: Update to 11.0.1.
Date: Mon, 25 Jun 2018 22:24:27 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 5666ca5edc16ca45d6de4c5f0afe33d96ca8777c
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Jun 23 00:32:39 2018 +0200

    gnu: python-pathpy: Update to 11.0.1.
    
    * gnu/packages/python.scm (python-pathpy): Update to 11.0.1.
---
 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 0889423..2f7d4da 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -4485,13 +4485,13 @@ them as the version argument or in a SCM managed file.")
 (define-public python-pathpy
   (package
     (name "python-pathpy")
-    (version "11.0")
+    (version "11.0.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "path.py" version))
        (sha256
-        (base32 "12s84maimiz61980q065rjgi8ang6xw2wwm64m0lmfks51dlw4qn"))))
+        (base32 "07x15v8c7ry9bvycw294c9yq6ky9v2b0dalvgi6rn38ilh69vsz7"))))
     ;; (outputs '("out" "doc"))
     (build-system python-build-system)
     (propagated-inputs



reply via email to

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