diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-30 17:33:48 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-30 22:14:11 +0100 |
commit | ff3d1b99f2edc40258abeb5e9b87f815f6880686 (patch) | |
tree | 5c2af546d54b5e7853bfebc0ac4aee3d5562350d | |
parent | aadd107d5a3c0e3ead56a699407314a4b75244ee (diff) | |
download | patches-ff3d1b99f2edc40258abeb5e9b87f815f6880686.tar patches-ff3d1b99f2edc40258abeb5e9b87f815f6880686.tar.gz |
gnu: python-pyclipper: Update to 1.1.0.post3.
* gnu/packages/python-xyz.scm (python-pyclipper): Update to 1.1.0.post3.
-rw-r--r-- | gnu/packages/python-xyz.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 648f1be963..24e1e48135 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -14381,14 +14381,13 @@ Git.") (define-public python-pyclipper (package (name "python-pyclipper") - (version "1.1.0.post1") + (version "1.1.0.post3") (source (origin (method url-fetch) (uri (pypi-uri "pyclipper" version ".zip")) (sha256 - (base32 - "0ldbkbnx94an4zzrwb1sxmg6k0jgk4cwmvcdyy8y5k1zslc612wa")) + (base32 "164yksvqwqvwzh8f8lq92asg87hd8rvcy2xb5vm4y4ccvd5xgb7i")) (modules '((guix build utils))) (snippet '(begin |