diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-01-14 09:40:03 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-01-14 16:20:43 +0100 |
commit | 21c74211802f47ceaf641ccf961787c6adccd661 (patch) | |
tree | aff8e313c055d6e03802b7f833b49c72dad1c98f | |
parent | 231c70b14b0e9903577de984d424f667018ba448 (diff) | |
download | guix-21c74211802f47ceaf641ccf961787c6adccd661.tar.gz |
gnu: system-config-printer: Update to 1.5.15.
* gnu/packages/gnome.scm (system-config-printer): Update to 1.5.15.
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 829e97c8bc..f4a98ab266 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.14") + (version "1.5.15") (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 "1l79lj44kl079sk308m42x3py1yvcxk5x5bs2vqfmqv26zm8qyqf")))) + (base32 "12d6xx51vizc476zfnsga9q09nflp51ipn6y7lhi9w2v4772dlpv")))) (build-system glib-or-gtk-build-system) (arguments `(#:imported-modules ((guix build python-build-system) |