gnu: epson-inkjet-printer-escpr: Update to 1.7.21.
* gnu/packages/cups.scm (epson-inkjet-printer-escpr): Update to 1.7.21.
This commit is contained in:
parent
a8bd13c399
commit
0831f91f55
1 changed files with 5 additions and 5 deletions
|
@ -860,7 +860,7 @@ HP@tie{}LaserJet, and possibly other printers. See @file{README} for details.")
|
||||||
(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.18")
|
(version "1.7.21")
|
||||||
;; 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
|
||||||
|
@ -868,11 +868,11 @@ HP@tie{}LaserJet, and possibly other printers. See @file{README} for details.")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://download3.ebz.epson.net/dsc/f/03/00/13/43/"
|
(uri (string-append "https://download3.ebz.epson.net/dsc/f/03/00/13/77/"
|
||||||
"81/cbdd80826424935cef20d16be8ee5851388977a7/"
|
"93/e85dc2dc266e96fdc242bd95758bd88d1a51963e/"
|
||||||
"epson-inkjet-printer-escpr-1.7.18-1lsb3.2.tar.gz"))
|
"epson-inkjet-printer-escpr-1.7.21-1lsb3.2.tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "06pa47rl1gy19bg3fsp4a4y9vdy4ya2maajm14n791ivhf2hcwyh"))))
|
(base32 "0z1x9p58321plf2swfxgl72wn7ls8bfbyjwd9l9c8jxfr1v2skkz"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:modules
|
(list #:modules
|
||||||
|
|
Reference in a new issue