gnu: packagekit: Update to 1.1.12.

* gnu/packages/freedesktop.scm (packagekit): Update to 1.1.12.
This commit is contained in:
Tobias Geerinckx-Rice 2019-10-24 20:31:35 +02:00
parent c00181d14a
commit 79b8a2afa2
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -464,7 +464,7 @@ (define (source-file regexp)
(define-public packagekit (define-public packagekit
(package (package
(name "packagekit") (name "packagekit")
(version "1.1.11") (version "1.1.12")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -473,7 +473,7 @@ (define-public packagekit
"PackageKit-" version ".tar.xz")) "PackageKit-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0fi6wn54y03zh5sn92nmmxkh4cd8yn44cyk0l8phw60ivfwmkh1q")))) "00css16dv3asaxrklvyxy9dyjzhw82wmfrqxqpca9w2xryz58i8z"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f `(#:tests? #f