gnu: escpr: Update to 1.6.20.
* gnu/packages/cups.scm (escpr): Update to 1.6.20. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
5a48a066ab
commit
3c2d267f4b
|
@ -605,7 +605,7 @@ HP@tie{}LaserJet, and possibly other printers. See @file{README} for details.")
|
||||||
(define-public escpr
|
(define-public escpr
|
||||||
(package
|
(package
|
||||||
(name "escpr")
|
(name "escpr")
|
||||||
(version "1.6.18")
|
(version "1.6.20")
|
||||||
;; XXX: This currently works. But it will break as soon as a newer
|
;; XXX: This currently works. But it will break as soon as a newer
|
||||||
;; version is available since the URLs for older versions are not
|
;; version is available since the URLs for older versions are not
|
||||||
;; preserved. An alternative source will be added as soon as
|
;; preserved. An alternative source will be added as soon as
|
||||||
|
@ -613,12 +613,12 @@ HP@tie{}LaserJet, and possibly other printers. See @file{README} for details.")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
;; The uri has to be chopped up in order to satisfy guix lint.
|
;; The uri has to be chopped up in order to satisfy guix lint.
|
||||||
(uri (string-append "https://download3.ebz.epson.net/dsc/f/03/00/06/86/80/"
|
(uri (string-append "https://download3.ebz.epson.net/dsc/f/03/00/07/16/23/"
|
||||||
"9955e43f3aead20366851d24cea65de779cf5aa7/"
|
"804253d188a31ae6a0f2722648248ef952afedfb/"
|
||||||
"epson-inkjet-printer-escpr-1.6.18-1lsb3.2.tar.gz"))
|
"epson-inkjet-printer-escpr-1.6.20-1lsb3.2.tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"137jf52dhi5v2rkmlw4b73f7r7f98m61dpgsb7yvqs2f0yhsjsb3"))))
|
"19800pl7kbbgdzbsy9ijmd7dm3ly4kr2h1dxypqpd075g6n0i770"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
|
Loading…
Reference in New Issue