guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: escpr: Update to 1.7.8.


From: guix-commits
Subject: 01/05: gnu: escpr: Update to 1.7.8.
Date: Wed, 18 Nov 2020 18:09:16 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 12abf24c85a1b8ea503f2ac6b0f21165c98fd25a
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Nov 18 18:25:44 2020 +0100

    gnu: escpr: Update to 1.7.8.
    
    * gnu/packages/cups.scm (escpr): Update to 1.7.8.
---
 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 cdfb964..727af50 100644
--- a/gnu/packages/cups.scm
+++ b/gnu/packages/cups.scm
@@ -747,7 +747,7 @@ HP@tie{}LaserJet, and possibly other printers.  See 
@file{README} for details.")
 (define-public escpr
   (package
     (name "escpr")
-    (version "1.7.7")
+    (version "1.7.8")
     ;; 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
@@ -755,11 +755,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/10/49/18/";
-                           "f3016be6120a7271a6d9cb64872f817bce1920b8/"
-                           "epson-inkjet-printer-escpr-1.7.7-1lsb3.2.tar.gz"))
+       (uri (string-append 
"https://download3.ebz.epson.net/dsc/f/03/00/12/04/32/";
+                           "1a455ef8618def65700ca4e446311c2fb43cd839/"
+                           "epson-inkjet-printer-escpr-1.7.8-1lsb3.2.tar.gz"))
        (sha256
-        (base32 "0khdf2a9iwh9aplj2gzyzl53yyfnfv0kszk3p018jnirl5l475ld"))))
+        (base32 "1pygg2bd2gh27dc65h3dzwrpvi6bq5c87wl0ldchqlc2b3blsx6p"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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