summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-01-07 21:13:28 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2021-01-07 21:45:46 +0100
commitb6c42727b6d583977a0e3d8c66eb0755e19bb12c (patch)
treef107f5b7fe960fe1ff5bd0b17d7c21560787f9e7
parentb974e34c178e0437efdc0569d822fec2fca4c55d (diff)
downloadguix-patches-b6c42727b6d583977a0e3d8c66eb0755e19bb12c.tar
guix-patches-b6c42727b6d583977a0e3d8c66eb0755e19bb12c.tar.gz
gnu: system-config-printer: Update to 1.5.14.
* gnu/packages/gnome.scm (system-config-printer): Update to 1.5.14.
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 60fde4fabb..3167b69f37 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2841,7 +2841,7 @@ database is translated at Transifex.")
(define-public system-config-printer
(package
(name "system-config-printer")
- (version "1.5.13")
+ (version "1.5.14")
(source
(origin
(method url-fetch)
@@ -2850,7 +2850,7 @@ database is translated at Transifex.")
"download/v" version
"/system-config-printer-" version ".tar.xz"))
(sha256
- (base32 "18dqvi1s971lggkw6pv1sqxixlpg5a8rppzc1pxbanxa91jg18zf"))))
+ (base32 "1l79lj44kl079sk308m42x3py1yvcxk5x5bs2vqfmqv26zm8qyqf"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:imported-modules ((guix build python-build-system)