mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
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:
parent
a2c60f8ad2
commit
c290e9fc52
1 changed files with 3 additions and 3 deletions
|
@ -2840,16 +2840,16 @@ (define-public shared-mime-info
|
||||||
(define-public system-config-printer
|
(define-public system-config-printer
|
||||||
(package
|
(package
|
||||||
(name "system-config-printer")
|
(name "system-config-printer")
|
||||||
(version "1.5.12")
|
(version "1.5.13")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"https://github.com/OpenPrinting/system-config-printer/releases/"
|
"https://github.com/OpenPrinting/system-config-printer/releases/"
|
||||||
"download/" version
|
"download/v" version
|
||||||
"/system-config-printer-" version ".tar.xz"))
|
"/system-config-printer-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "050yrx1vfh9f001qsn06y1jcidxq0ymxr64kxykasr0zzryp25kb"))))
|
(base32 "18dqvi1s971lggkw6pv1sqxixlpg5a8rppzc1pxbanxa91jg18zf"))))
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:imported-modules ((guix build python-build-system)
|
`(#:imported-modules ((guix build python-build-system)
|
||||||
|
|
Loading…
Reference in a new issue