guix-commits
[Top][All Lists]
Advanced

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

04/16: gnu: cups: Update to 2.3.1.


From: guix-commits
Subject: 04/16: gnu: cups: Update to 2.3.1.
Date: Sun, 19 Jan 2020 16:42:42 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 11fbe0c3c38ceb75afb6b263f38688f20120ae20
Author: Marius Bakke <address@hidden>
AuthorDate: Sun Jan 19 10:35:52 2020 +0100

    gnu: cups: Update to 2.3.1.
    
    * gnu/packages/cups.scm (cups-minimal): Update to 2.3.1.
---
 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 0adca9a..b71f448 100644
--- a/gnu/packages/cups.scm
+++ b/gnu/packages/cups.scm
@@ -187,7 +187,7 @@ filters for the PDF-centric printing workflow introduced by 
OpenPrinting.")
 (define-public cups-minimal
   (package
     (name "cups-minimal")
-    (version "2.3.0")
+    (version "2.3.1")
     (source
      (origin
        (method url-fetch)
@@ -195,7 +195,7 @@ filters for the PDF-centric printing workflow introduced by 
OpenPrinting.")
                            version "/cups-" version "-source.tar.gz"))
        (sha256
         (base32
-         "19d1jpdpxy0fclq37pchi7ldnw9dssxx3zskcgqai3h0rwlh5bxc"))))
+         "1kkpmj17205j8w9hdff2bfpk6lwdmr3gx0j4r35nhgvya24rvjhv"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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