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

* gnu/packages/gnome.scm (system-config-printer): Update to 1.5.13.
This commit is contained in:
Tobias Geerinckx-Rice 2020-11-06 00:23:41 +01:00
parent a2c60f8ad2
commit c290e9fc52
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2840,16 +2840,16 @@ (define-public shared-mime-info
(define-public system-config-printer
(package
(name "system-config-printer")
(version "1.5.12")
(version "1.5.13")
(source
(origin
(method url-fetch)
(uri (string-append
"https://github.com/OpenPrinting/system-config-printer/releases/"
"download/" version
"download/v" version
"/system-config-printer-" version ".tar.xz"))
(sha256
(base32 "050yrx1vfh9f001qsn06y1jcidxq0ymxr64kxykasr0zzryp25kb"))))
(base32 "18dqvi1s971lggkw6pv1sqxixlpg5a8rppzc1pxbanxa91jg18zf"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:imported-modules ((guix build python-build-system)