gnu: packagekit-qt5: Update to 1.1.1.
* gnu/packages/qt.scm (packagekit-qt5): Update to 1.1.1. Change-Id: I9a3554360888672a5a158e4f348ec64d279f0b77
This commit is contained in:
parent
8b93c55e10
commit
6dd212af6e
1 changed files with 5 additions and 5 deletions
|
@ -5306,7 +5306,7 @@ GLib applications.")
|
||||||
(define-public packagekit-qt5
|
(define-public packagekit-qt5
|
||||||
(package
|
(package
|
||||||
(name "packagekit-qt5")
|
(name "packagekit-qt5")
|
||||||
(version "1.0.2")
|
(version "1.1.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -5315,7 +5315,7 @@ GLib applications.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1d20r503msw1vix3nb6a8bmdqld7fj8k9jk33bkqsc610a2zsms6"))))
|
"0bajp6lxc9gdn7sy7rs7hwkhx854k5kqr3w9v07mv9l6vwnwq057"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments '(#:tests? #f)) ;no test suite
|
(arguments '(#:tests? #f)) ;no test suite
|
||||||
(native-inputs (list pkg-config))
|
(native-inputs (list pkg-config))
|
||||||
|
|
Reference in a new issue