mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
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,16 +5306,16 @@ (define-public libsignon-glib
|
|||
(define-public packagekit-qt5
|
||||
(package
|
||||
(name "packagekit-qt5")
|
||||
(version "1.0.2")
|
||||
(version "1.1.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/hughsie/PackageKit-Qt")
|
||||
(commit (string-append "v" version))))
|
||||
(uri (git-reference
|
||||
(url "https://github.com/hughsie/PackageKit-Qt")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1d20r503msw1vix3nb6a8bmdqld7fj8k9jk33bkqsc610a2zsms6"))))
|
||||
"0bajp6lxc9gdn7sy7rs7hwkhx854k5kqr3w9v07mv9l6vwnwq057"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments '(#:tests? #f)) ;no test suite
|
||||
(native-inputs (list pkg-config))
|
||||
|
|
Loading…
Reference in a new issue