mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
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:
parent
13c4d8d530
commit
b0ce5d6095
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue