gnu: system-config-printer: Update to 1.5.15.

* gnu/packages/gnome.scm (system-config-printer): Update to 1.5.15.
This commit is contained in:
Tobias Geerinckx-Rice 2021-01-14 09:40:03 +01:00
parent 231c70b14b
commit 21c7421180
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2841,7 +2841,7 @@ (define-public shared-mime-info
(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 @@ (define-public system-config-printer
"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)