mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: python-pyperclip: Update to 1.8.2.
* gnu/packages/xdisorg.scm (python-pyperclip): Update to 1.8.2.
This commit is contained in:
parent
6a86d59e28
commit
78a57d8b7a
1 changed files with 2 additions and 2 deletions
|
@ -2089,14 +2089,14 @@ (define-public xss-lock
|
|||
(define-public python-pyperclip
|
||||
(package
|
||||
(name "python-pyperclip")
|
||||
(version "1.6.4")
|
||||
(version "1.8.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "pyperclip" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1p505c23ji06r28k1y67siihsbdzdf1brhlqpyv9ams4gk9863pp"))))
|
||||
"0mxzm43z2anr55gyz7awagvam4d5c2rlxhp9hjyg0d29n2l58lhh"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
'(#:tests? #f)) ; Not clear how to make tests pass.
|
||||
|
|
Loading…
Reference in a new issue