[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
- 28/38: gnu: irssi: Return #t from all phases., (continued)
- 28/38: gnu: irssi: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/25
- 23/38: gnu: address@hidden: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/25
- 30/38: gnu: glog: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/25
- 32/38: gnu: transfig: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/25
- 33/38: gnu: newsboat: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/25
- 29/38: gnu: epic5: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/25
- 37/38: gnu: python-pynacl: Update to 1.2.1., Tobias Geerinckx-Rice, 2018/06/25
- 34/38: gnu: newsboat: Update to 2.12., Tobias Geerinckx-Rice, 2018/06/25
- 38/38: gnu: python-zope-testing: Update to 4.6.2., Tobias Geerinckx-Rice, 2018/06/25
- 35/38: gnu: stunnel: Update to 5.47., Tobias Geerinckx-Rice, 2018/06/25
- 36/38: gnu: python-pathpy: Update to 11.0.1.,
Tobias Geerinckx-Rice <=