guix-commits
[Top][All Lists]
Advanced

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

04/08: gnu: cups: Update to 2.1.4.


From: Efraim Flashner
Subject: 04/08: gnu: cups: Update to 2.1.4.
Date: Tue, 16 Aug 2016 06:51:23 +0000 (UTC)

efraim pushed a commit to branch core-updates
in repository guix.

commit d2a79db4f7d8b2d47414cbbad02239fa2953b8ff
Author: Efraim Flashner <address@hidden>
Date:   Mon Aug 15 11:30:10 2016 +0300

    gnu: cups: Update to 2.1.4.
    
    * gnu/packages/cups.scm (cups): Update to 2.1.4.
    [source]: Add Github fallback location.
    [home-page]: Use https.
---
 gnu/packages/cups.scm |   14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/cups.scm b/gnu/packages/cups.scm
index cb283ff..2db9f04 100644
--- a/gnu/packages/cups.scm
+++ b/gnu/packages/cups.scm
@@ -116,14 +116,18 @@ filters for the PDF-centric printing workflow introduced 
by OpenPrinting.")
 (define-public cups-minimal
   (package
     (name "cups-minimal")
-    (version "2.1.0")
+    (version "2.1.4")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://www.cups.org/software/";
-                                  version "/cups-" version "-source.tar.bz2"))
+              (uri (list (string-append "https://www.cups.org/software/";
+                                        version "/cups-"
+                                        version "-source.tar.gz")
+                         (string-append 
"https://github.com/apple/cups/releases";
+                                        "/download/release-" version
+                                        "/cups-" version "-source.tar.gz")))
               (sha256
                (base32
-                "1jfjqsw9l7jbn5kb9i96k0wj12kjdbgx0rd8157dif22hi0kh0ms"))))
+                "13bjxw256wd1nff22vj2z25mdhllj2h6d9xypsg55b40661zs52b"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags
@@ -151,7 +155,7 @@ filters for the PDF-centric printing workflow introduced by 
OpenPrinting.")
     (inputs
      `(("zlib"  ,zlib)
        ("gnutls" ,gnutls)))
-    (home-page "http://www.cups.org";)
+    (home-page "https://www.cups.org";)
     (synopsis "The Common Unix Printing System")
     (description
      "CUPS is a printing system that uses the Internet Printing



reply via email to

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