mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: python-pathlib2: Update to 2.3.7.post1.
* gnu/packages/python-xyz.scm (python-pathlib2): Update to 2.3.7post1.
This commit is contained in:
parent
8b1f117187
commit
ef6f786c93
1 changed files with 2 additions and 2 deletions
|
@ -8079,14 +8079,14 @@ (define-public python-sexpdata
|
|||
(define-public python-pathlib2
|
||||
(package
|
||||
(name "python-pathlib2")
|
||||
(version "2.3.6")
|
||||
(version "2.3.7.post1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "pathlib2" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0psyg60vk8wca473djrh0v9gb853z8wcawi8im5dyg00amawp2vx"))))
|
||||
"0hf62d0lsf37vnr5fxqp5rfn85njgsr45j4rw71w10wbi6nyvq4z"))))
|
||||
(build-system python-build-system)
|
||||
(propagated-inputs
|
||||
(list python-scandir python-six))
|
||||
|
|
Loading…
Reference in a new issue