gnu: python-pathpy: Update to 11.5.1.

* gnu/packages/python-xyz.scm (python-pathpy): Update to 11.5.1.
This commit is contained in:
Tobias Geerinckx-Rice 2019-10-27 21:49:02 +01:00
parent 4ba097b35f
commit a3dd88710f
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 2 additions and 2 deletions

View File

@ -5218,13 +5218,13 @@ releases.")
(define-public python-pathpy
(package
(name "python-pathpy")
(version "11.5.0")
(version "11.5.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "path.py" version))
(sha256
(base32 "1jxkf91syzxlpiwgm83fjfz1m5xh3jrvv4iyl5wjsnkk599pls5n"))))
(base32 "0ir9j1haq2jbi7aip6k2fa9l7q1l03k4hp1awxhjhcwzsnwp3ll8"))))
(outputs '("out" "doc"))
(build-system python-build-system)
(propagated-inputs