guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: cups: Update to 2.2.4.


From: Efraim Flashner
Subject: 02/02: gnu: cups: Update to 2.2.4.
Date: Mon, 3 Jul 2017 05:41:24 -0400 (EDT)

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

commit c23d897766cd409b7ffd1f6c133715999e42099f
Author: Efraim Flashner <address@hidden>
Date:   Mon Jul 3 12:40:50 2017 +0300

    gnu: cups: Update to 2.2.4.
    
    * gnu/packages/cups.scm (cups, cups-minimal): Update to 2.2.4.
---
 gnu/packages/cups.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cups.scm b/gnu/packages/cups.scm
index 145f917..cb852e7 100644
--- a/gnu/packages/cups.scm
+++ b/gnu/packages/cups.scm
@@ -141,7 +141,7 @@ filters for the PDF-centric printing workflow introduced by 
OpenPrinting.")
 (define-public cups-minimal
   (package
     (name "cups-minimal")
-    (version "2.2.1")
+    (version "2.2.4")
     (source
      (origin
        (method url-fetch)
@@ -149,7 +149,7 @@ filters for the PDF-centric printing workflow introduced by 
OpenPrinting.")
                            version "/cups-" version "-source.tar.gz"))
        (sha256
         (base32
-         "1m8rwhbk0l8n19iwm51r2569jj15d0x6mpqhfig0bk3pm4577f43"))))
+         "1k4qxafmapq6hzbkh273fdyzkj9alw6ppwz5k933bhsi4svlsvar"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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