gnu: python-pyperclip: Update to 1.8.2.

* gnu/packages/xdisorg.scm (python-pyperclip): Update to 1.8.2.
This commit is contained in:
Marius Bakke 2022-01-10 23:57:42 +01:00
parent 6a86d59e28
commit 78a57d8b7a
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -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.