gnu: foo2zjs: Update to 20190413.
* gnu/packages/cups.scm (foo2zjs): Update to 20190413.
This commit is contained in:
parent
56a4858210
commit
f465562b10
|
@ -633,14 +633,14 @@ printer/driver specific, but spooler-independent PPD file.")
|
||||||
(define-public foo2zjs
|
(define-public foo2zjs
|
||||||
(package
|
(package
|
||||||
(name "foo2zjs")
|
(name "foo2zjs")
|
||||||
(version "20180910")
|
(version "20190413")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
;; XXX: This is an unversioned URL!
|
;; XXX: This is an unversioned URL!
|
||||||
(uri "http://foo2zjs.rkkda.com/foo2zjs.tar.gz")
|
(uri "http://foo2zjs.rkkda.com/foo2zjs.tar.gz")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1clddqy4y4vvws0lllv1v90dfiihihdc23bn93c544yb3fvmwmr6"))))
|
"00k22vmghxls7rk2hrbz9v17wi5z8vdk3fmsp2lrfghfcad8nhpx"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases (modify-phases %standard-phases
|
'(#:phases (modify-phases %standard-phases
|
||||||
|
|
Loading…
Reference in New Issue