gnu: python-pycups: Update to 2.0.1.

* gnu/packages/cups.scm (python-pycups): Update to 2.0.1.

Change-Id: Iedf57c35c543f1002b5716f972e1bdc676110b75
This commit is contained in:
Maxim Cournoyer 2024-01-23 14:00:07 -05:00 committed by Ludovic Courtès
parent 13c4d8d530
commit b0ce5d6095
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -996,14 +996,14 @@ (define-public splix
(define-public python-pycups (define-public python-pycups
(package (package
(name "python-pycups") (name "python-pycups")
(version "1.9.74") (version "2.0.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "pycups" version ".tar.bz2")) (uri (pypi-uri "pycups" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"1ffp7sswhdsfpy88zg0cc8kl04wygkjs01rlm9f0spbwk8jhy2c6")))) "140c7073bkhx8w9qpaynllhynkkg0rzj3a4wjh9fnj15yvjlqhsp"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
'(;; Tests require CUPS to be running '(;; Tests require CUPS to be running