guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/14: gnu: epson-inkjet-printer-escpr: Update to 1.7.17.


From: guix-commits
Subject: 10/14: gnu: epson-inkjet-printer-escpr: Update to 1.7.17.
Date: Sat, 4 Sep 2021 16:11:05 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit d79107606e428bbce58b8e002e8bd689ff11f874
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Sep 4 19:25:51 2021 +0200

    gnu: epson-inkjet-printer-escpr: Update to 1.7.17.
    
    * gnu/packages/cups.scm (epson-inkjet-printer-escpr): Update to 1.7.17.
---
 gnu/packages/cups.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/cups.scm b/gnu/packages/cups.scm
index b9077b0..a0efb54 100644
--- a/gnu/packages/cups.scm
+++ b/gnu/packages/cups.scm
@@ -868,7 +868,7 @@ HP@tie{}LaserJet, and possibly other printers.  See 
@file{README} for details.")
 (define-public epson-inkjet-printer-escpr
   (package
     (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
     ;; version is available since the URLs for older versions are not
     ;; preserved.  An alternative source will be added as soon as
@@ -876,11 +876,11 @@ HP@tie{}LaserJet, and possibly other printers.  See 
@file{README} for details.")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "https://download3.ebz.epson.net/dsc/f/03/00/12/87/";
-                           "86/a97f36f9db998e7d0d25fc963568f207073b85ad/"
-                           "epson-inkjet-printer-escpr-1.7.12-1lsb3.2.tar.gz"))
+       (uri (string-append "https://download3.ebz.epson.net/dsc/f/03/00/12/99/";
+                           "78/73605b3f8aac63694fdabee6bd43389731696cd9/"
+                           "epson-inkjet-printer-escpr-1.7.17-1lsb3.2.tar.gz"))
        (sha256
-        (base32 "11di33dhi8s0qf8dc3gai478ji4jszy4jmi5z5gfdkxmpljdlrq2"))))
+        (base32 "1d7ckrl5kya98h27mx4pgnaz5sbrsd5vhwc8kva9nfah9wsga4wg"))))
     (build-system gnu-build-system)
     (arguments
      `(#:modules



reply via email to

[Prev in Thread] Current Thread [Next in Thread]