guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: escpr: Update to 1.6.18.


From: Ludovic Courtès
Subject: 04/04: gnu: escpr: Update to 1.6.18.
Date: Fri, 19 Jan 2018 18:45:49 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit b2d120ee679d20512757c1d960ae1d714dc75779
Author: Diego Nicola Barbato <address@hidden>
Date:   Fri Jan 19 18:14:30 2018 +0100

    gnu: escpr: Update to 1.6.18.
    
    * gnu/packages/cups.scm (escpr): Update to 1.6.18.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 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 80f984b..fdfe944 100644
--- a/gnu/packages/cups.scm
+++ b/gnu/packages/cups.scm
@@ -605,7 +605,7 @@ address@hidden, and possibly other printers.  See 
@file{README} for details.")
 (define-public escpr
   (package
     (name "escpr")
-    (version "1.6.17")
+    (version "1.6.18")
     ;; 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
@@ -613,12 +613,12 @@ address@hidden, and possibly other printers.  See 
@file{README} for details.")
     (source (origin
               (method url-fetch)
               ;; The uri has to be chopped up in order to satisfy guix lint.
-              (uri (string-append 
"https://download3.ebz.epson.net/dsc/f/03/00/06/66/09/";
-                                  "4ac2bf69bb1ddf4a9ad525596615cbb40fe4dad5/"
-                                  
"epson-inkjet-printer-escpr-1.6.17-1lsb3.2.tar.gz"))
+              (uri (string-append 
"https://download3.ebz.epson.net/dsc/f/03/00/06/86/80/";
+                                  "9955e43f3aead20366851d24cea65de779cf5aa7/"
+                                  
"epson-inkjet-printer-escpr-1.6.18-1lsb3.2.tar.gz"))
               (sha256
                (base32
-                "0m6v1wdavw4r25jfywqchsx0v9ss1l5fr8vq9d0d8cmjnz8mqblv"))))
+                "137jf52dhi5v2rkmlw4b73f7r7f98m61dpgsb7yvqs2f0yhsjsb3"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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