gnu: foo2zjs: Update to 20200610.1.

No functional changes.

* gnu/packages/cups.scm (foo2zjs): Update to 20200610.1.
[source]: Use a Web-archived tarball.
This commit is contained in:
Tobias Geerinckx-Rice 2021-04-01 13:29:52 +02:00
parent 1126bb9cf3
commit f144256090
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -749,14 +749,15 @@ (define-public foomatic-filters
(define-public foo2zjs
(package
(name "foo2zjs")
(version "20200610")
(source (origin
(method url-fetch)
;; XXX: This is an unversioned URL!
(uri "http://foo2zjs.rkkda.com/foo2zjs.tar.gz")
(sha256
(base32
"11ddx6wf8b5ksl4fqw6fnyz9m3y470lryyrskkya2bsch2bvj9lg"))))
(version "20200610.1")
(source
(origin
(method url-fetch)
;; The upstream tarball is unversioned: use a stable snapshot.
(uri (string-append "https://web.archive.org/web/20210224094943if_/"
"http://foo2zjs.rkkda.com/foo2zjs.tar.gz"))
(sha256
(base32 "03ncif50n7ck7drggqxbc7w0kgzdb90ha0dbvqk98ky8lw3k76xd"))))
(build-system gnu-build-system)
(arguments
'(#:phases (modify-phases %standard-phases