gnu: PackageKit: Update to 1.1.10 [fixes CVE-2018-1106].
* gnu/packages/freedesktop.scm (packagekit): Update to 1.1.10.
This commit is contained in:
parent
1f22a544c2
commit
16ef3368da
1 changed files with 2 additions and 2 deletions
|
@ -343,7 +343,7 @@ (define-public elogind
|
|||
(define-public packagekit
|
||||
(package
|
||||
(name "packagekit")
|
||||
(version "1.1.5")
|
||||
(version "1.1.10")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -352,7 +352,7 @@ (define-public packagekit
|
|||
"PackageKit-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"035pqxgkyki813hyw2frrbpfllq113zfk5qcp9wvsq5lsp74ix2h"))))
|
||||
"1msfmb22cm4s3l6vsbr86b8s0v897sy6gcga3qg87z7640a0di2b"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f
|
||||
|
|
Loading…
Reference in a new issue