guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: cups-filters: Update to 1.28.9.


From: guix-commits
Subject: branch core-updates updated: gnu: cups-filters: Update to 1.28.9.
Date: Sat, 26 Jun 2021 19:20:00 -0400

This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/core-updates by this push:
     new 4c0cf61  gnu: cups-filters: Update to 1.28.9.
4c0cf61 is described below

commit 4c0cf61afd5ed62e830f2e87ef6b72505f2c303a
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jun 27 01:12:02 2021 +0200

    gnu: cups-filters: Update to 1.28.9.
    
    * gnu/packages/cups.scm (cups-filters): Update to 1.28.9.
---
 gnu/packages/cups.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/cups.scm b/gnu/packages/cups.scm
index 3537ea7..98c7d9b 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.8")
+    (version "1.28.9")
     (source(origin
               (method url-fetch)
               (uri
@@ -137,7 +137,7 @@ driver is known to work with these printers:
                               "cups-filters-" version ".tar.xz"))
               (sha256
                (base32
-                "0652xkpgcr2m2axrk68bjb7gv4b7hv6arxcpq2apgqrwz1ildz7n"))
+                "1bk0x1rrb8wqbhh5c979ppgy6s2kqss8mjdlahgcjvd79wm3fs9g"))
               (modules '((guix build utils)))
               (snippet
                ;; install backends, banners and filters to cups-filters output
@@ -213,13 +213,13 @@ driver is known to work with these printers:
                                                out "/lib/cups/filter")))
                         #t))))))
     (native-inputs
-     `(("glib" ,glib "bin") ; for gdbus-codegen
+     `(("glib" ,glib "bin")             ; for gdbus-codegen
        ("pkg-config" ,pkg-config)))
     (inputs
      `(("avahi"        ,avahi)
        ("fontconfig"   ,fontconfig)
        ("freetype"     ,freetype)
-       ("font-dejavu"  ,font-dejavu) ; also needed by test suite
+       ("font-dejavu"  ,font-dejavu)    ; also needed by test suite
        ("ghostscript"  ,ghostscript/cups)
        ("grep"         ,grep)
        ("ijs"          ,ijs)



reply via email to

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