diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-16 15:23:44 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-16 15:24:35 +0200 |
commit | 71ed2e7d085750c72b9fb0aae8dcb5c315c11983 (patch) | |
tree | 405207f680fbbd6ed78863af54976748f5d32cd3 | |
parent | d2b83d4799e7640bfdf98062e4d9812e6a445cb5 (diff) | |
download | guix-71ed2e7d085750c72b9fb0aae8dcb5c315c11983.tar.gz guix-71ed2e7d085750c72b9fb0aae8dcb5c315c11983.zip |
gnu: cups-filters: Update to 1.28.5.
* gnu/packages/cups.scm (cups-filters): Update to 1.28.5.
-rw-r--r-- | gnu/packages/cups.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cups.scm b/gnu/packages/cups.scm index f91ccf5179..179a32ef8a 100644 --- a/gnu/packages/cups.scm +++ b/gnu/packages/cups.scm @@ -60,7 +60,7 @@ (define-public cups-filters (package (name "cups-filters") - (version "1.27.4") + (version "1.28.5") (source(origin (method url-fetch) (uri @@ -68,7 +68,7 @@ "cups-filters-" version ".tar.xz")) (sha256 (base32 - "110b1xhb5vfpcx0zq9kkas7pj281skx5dpnnr22idx509jfdzj8b")) + "03zn534whjxi3s7g0srdib1qhvwk0f826c5bci17jl5zpk3myhm8")) (modules '((guix build utils))) (snippet ;; install backends, banners and filters to cups-filters output |