mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: epson-inkjet-printer-escpr: Update to 1.7.11.
* gnu/packages/cups.scm (epson-inkjet-printer-escpr): Update to 1.7.11.
This commit is contained in:
parent
9c441cf3b6
commit
111521dba1
1 changed files with 5 additions and 5 deletions
|
@ -862,7 +862,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.10")
|
(version "1.7.11")
|
||||||
;; 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
|
||||||
|
@ -870,11 +870,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/68/"
|
(uri (string-append "https://download3.ebz.epson.net/dsc/f/03/00/12/84/"
|
||||||
"34/82ca3e84f17410b5ec6818e5698524b1f42862cb/"
|
"42/69bb076469542fe702ada5ea53a4ea4773d407b0/"
|
||||||
"epson-inkjet-printer-escpr-1.7.10-1lsb3.2.tar.gz"))
|
"epson-inkjet-printer-escpr-1.7.11-1lsb3.2.tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0j31w85gbi2g3ad316vw7azns382m2di6wazdbiyv9vix5gvb60g"))))
|
(base32 "0m21qks68697x7k6z0i1c8lcf9l5ap4mwc5519a086cmy9whslzf"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:modules
|
`(#:modules
|
||||||
|
|
Loading…
Reference in a new issue