mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: python-pyclipper: Update to 1.1.0.post3.
* gnu/packages/python-xyz.scm (python-pyclipper): Update to 1.1.0.post3.
This commit is contained in:
parent
aadd107d5a
commit
ff3d1b99f2
1 changed files with 2 additions and 3 deletions
|
@ -14381,14 +14381,13 @@ (define-public python-setuptools-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
|
||||
|
|
Loading…
Reference in a new issue