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

* gnu/packages/gnome.scm (system-config-printer): Update to 1.5.12.
This commit is contained in:
Oleg Pykhalov 2020-01-09 04:37:52 +03:00
parent baa195dde4
commit fa01e10da2
No known key found for this signature in database
GPG Key ID: 167F8EA5001AFA9C
1 changed files with 3 additions and 2 deletions

View File

@ -45,6 +45,7 @@
;;; Copyright © 2019 Raghav Gururajan <raghavgururajan@disroot.org>
;;; Copyright © 2019 Jonathan Brielmaier <jonathan.brielmaier@web.de>
;;; Copyright © 2019 Leo Prikler <leo.prikler@student.tugraz.at>
;;; Copyright © 2020 Oleg Pykhalov <go.wigust@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@ -1263,7 +1264,7 @@ database is translated at Transifex.")
(define-public system-config-printer
(package
(name "system-config-printer")
(version "1.5.11")
(version "1.5.12")
(source
(origin
(method url-fetch)
@ -1272,7 +1273,7 @@ database is translated at Transifex.")
"download/" version
"/system-config-printer-" version ".tar.xz"))
(sha256
(base32 "1lq0q51bhanirpjjvvh4xiafi8hgpk8r32h0dj6dn3f32z8pib9q"))))
(base32 "050yrx1vfh9f001qsn06y1jcidxq0ymxr64kxykasr0zzryp25kb"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:imported-modules ((guix build python-build-system)