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:
Zheng Junjie 2024-07-05 23:15:59 +08:00
parent 8b93c55e10
commit 6dd212af6e
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -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))