mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: epson-inkjet-printer-escpr: Update to 1.7.17.
* gnu/packages/cups.scm (epson-inkjet-printer-escpr): Update to 1.7.17.
This commit is contained in:
parent
5abaf89367
commit
d79107606e
1 changed files with 5 additions and 5 deletions
|
@ -868,7 +868,7 @@ (define-public foo2zjs
|
||||||
(define-public epson-inkjet-printer-escpr
|
(define-public epson-inkjet-printer-escpr
|
||||||
(package
|
(package
|
||||||
(name "epson-inkjet-printer-escpr")
|
(name "epson-inkjet-printer-escpr")
|
||||||
(version "1.7.12")
|
(version "1.7.17")
|
||||||
;; 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
|
||||||
|
@ -876,11 +876,11 @@ (define-public epson-inkjet-printer-escpr
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://download3.ebz.epson.net/dsc/f/03/00/12/87/"
|
(uri (string-append "https://download3.ebz.epson.net/dsc/f/03/00/12/99/"
|
||||||
"86/a97f36f9db998e7d0d25fc963568f207073b85ad/"
|
"78/73605b3f8aac63694fdabee6bd43389731696cd9/"
|
||||||
"epson-inkjet-printer-escpr-1.7.12-1lsb3.2.tar.gz"))
|
"epson-inkjet-printer-escpr-1.7.17-1lsb3.2.tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "11di33dhi8s0qf8dc3gai478ji4jszy4jmi5z5gfdkxmpljdlrq2"))))
|
(base32 "1d7ckrl5kya98h27mx4pgnaz5sbrsd5vhwc8kva9nfah9wsga4wg"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:modules
|
`(#:modules
|
||||||
|
|
Loading…
Reference in a new issue