guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: cups-filters: Update to 1.28.15.


From: guix-commits
Subject: 04/05: gnu: cups-filters: Update to 1.28.15.
Date: Mon, 30 May 2022 20:59:02 -0400 (EDT)

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

commit 265aa463bee0ac8e2f2192782343d44113edb575
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 22 02:00:01 2022 +0200

    gnu: cups-filters: Update to 1.28.15.
    
    * gnu/packages/cups.scm (cups-filters): Update to 1.28.15.
---
 gnu/packages/cups.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cups.scm b/gnu/packages/cups.scm
index 92f83a023d..a2c00df40a 100644
--- a/gnu/packages/cups.scm
+++ b/gnu/packages/cups.scm
@@ -129,7 +129,7 @@ driver is known to work with these printers:
 (define-public cups-filters
   (package
     (name "cups-filters")
-    (version "1.28.9")
+    (version "1.28.15")
     (source
      (origin
        (method url-fetch)
@@ -137,8 +137,7 @@ driver is known to work with these printers:
         (string-append "https://openprinting.org/download/cups-filters/";
                        "cups-filters-" version ".tar.xz"))
        (sha256
-        (base32
-         "1bk0x1rrb8wqbhh5c979ppgy6s2kqss8mjdlahgcjvd79wm3fs9g"))
+        (base32 "12s7s2jgnh4q7ws7r2is6xp3pqq818jhnm4vpyzyywmvkxvfq1x9"))
        (modules '((guix build utils)))
        (snippet
         ;; Install backends, banners and filters to cups-filters output



reply via email to

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