[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/09: gnu: python2-pathlib2: Update to 2.3.2.
From: |
Tobias Geerinckx-Rice |
Subject: |
08/09: gnu: python2-pathlib2: Update to 2.3.2. |
Date: |
Thu, 26 Apr 2018 15:14:16 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit c10176649f694e6c5a6cfad6c496abd572d0421b
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Thu Apr 26 20:51:28 2018 +0200
gnu: python2-pathlib2: Update to 2.3.2.
* gnu/packages/python.scm (python2-pathlib2): Update to 2.3.2.
---
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 796b418..f6378ac 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -8175,13 +8175,13 @@ anymore.")
(define-public python2-pathlib2
(package
(name "python2-pathlib2")
- (version "2.3.0")
+ (version "2.3.2")
(source (origin
(method url-fetch)
(uri (pypi-uri "pathlib2" version))
(sha256
(base32
- "1cx5gs2v9j2vnzmcrbq5l8fq2mwrr1h6pyf1sjdji2w1bavm09fk"))))
+ "10yb0iv5x2hs631rcppkhbddx799d3h8pcwmkbh2a66ns3w71ccf"))))
(build-system python-build-system)
;; We only need the the Python 2 variant, since for Python 3 our minimum
;; version is 3.4 which already includes this package as part of the
- branch master updated (a4d8b38 -> d1f1a7a), Tobias Geerinckx-Rice, 2018/04/26
- 03/09: gnu: r-sn: Update to 1.5-2., Tobias Geerinckx-Rice, 2018/04/26
- 05/09: gnu: python-ndg-httpsclient: Update to 0.5.0., Tobias Geerinckx-Rice, 2018/04/26
- 04/09: gnu: r-ztable: Update to 0.1.8., Tobias Geerinckx-Rice, 2018/04/26
- 09/09: gnu: python-qrcode: Update to 6.0., Tobias Geerinckx-Rice, 2018/04/26
- 08/09: gnu: python2-pathlib2: Update to 2.3.2.,
Tobias Geerinckx-Rice <=
- 01/09: gnu: python-html5-parser: Update to 0.4.5., Tobias Geerinckx-Rice, 2018/04/26
- 06/09: gnu: address@hidden: Update to 1.6.4., Tobias Geerinckx-Rice, 2018/04/26
- 07/09: gnu: python-rst.linker: Update to 1.9., Tobias Geerinckx-Rice, 2018/04/26
- 02/09: gnu: r-sourcetools: Update to 0.1.7., Tobias Geerinckx-Rice, 2018/04/26