diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-23 00:32:39 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-26 04:17:49 +0200 |
commit | 5666ca5edc16ca45d6de4c5f0afe33d96ca8777c (patch) | |
tree | 0dccd6b0b515e797280eb4a6e923f05ec18f4a90 /gnu/packages | |
parent | 8d07936aa6617191ebee65bf3ff98b9f911de18f (diff) | |
download | guix-5666ca5edc16ca45d6de4c5f0afe33d96ca8777c.tar guix-5666ca5edc16ca45d6de4c5f0afe33d96ca8777c.tar.gz |
gnu: python-pathpy: Update to 11.0.1.
* gnu/packages/python.scm (python-pathpy): Update to 11.0.1.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 08894239c2..2f7d4dac04 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 |