guix-commits
[Top][All Lists]
Advanced

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

07/07: gnu: epson-inkjet-printer-escpr: Update to 1.7.11.


From: guix-commits
Subject: 07/07: gnu: epson-inkjet-printer-escpr: Update to 1.7.11.
Date: Wed, 16 Jun 2021 06:14:41 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 111521dba183fc36e267ee3a02aa0c0f41da5f48
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Jun 16 11:16:59 2021 +0200

    gnu: epson-inkjet-printer-escpr: Update to 1.7.11.
    
    * gnu/packages/cups.scm (epson-inkjet-printer-escpr): Update to 1.7.11.
---
 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 ee05d28..5a15cd5 100644
--- a/gnu/packages/cups.scm
+++ b/gnu/packages/cups.scm
@@ -862,7 +862,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.10")
+    (version "1.7.11")
     ;; 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
@@ -870,11 +870,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/68/";
-                           "34/82ca3e84f17410b5ec6818e5698524b1f42862cb/"
-                           "epson-inkjet-printer-escpr-1.7.10-1lsb3.2.tar.gz"))
+       (uri (string-append "https://download3.ebz.epson.net/dsc/f/03/00/12/84/";
+                           "42/69bb076469542fe702ada5ea53a4ea4773d407b0/"
+                           "epson-inkjet-printer-escpr-1.7.11-1lsb3.2.tar.gz"))
        (sha256
-        (base32 "0j31w85gbi2g3ad316vw7azns382m2di6wazdbiyv9vix5gvb60g"))))
+        (base32 "0m21qks68697x7k6z0i1c8lcf9l5ap4mwc5519a086cmy9whslzf"))))
     (build-system gnu-build-system)
     (arguments
      `(#:modules



reply via email to

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