gnu: packagekit-qt5: Update to 1.1.2.

* gnu/packages/qt.scm (packagekit-qt5): Update to 1.1.2.
[source]: Update url.

Change-Id: Iead8b339d4121db2d1ae42dfdd8aee7f841be852
This commit is contained in:
Zheng Junjie 2025-05-29 17:04:05 +08:00
parent 935531f639
commit e504c84679
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -5835,16 +5835,16 @@ GLib applications.")
(define-public packagekit-qt5
(package
(name "packagekit-qt5")
(version "1.1.1")
(version "1.1.2")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/hughsie/PackageKit-Qt")
(url "https://github.com/PackageKit/PackageKit-Qt")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"0bajp6lxc9gdn7sy7rs7hwkhx854k5kqr3w9v07mv9l6vwnwq057"))))
"1nx8xfhz9v4pc0mz1ir0pq47skpc3w3yj8wqa4m5yky87ib5xcxc"))))
(build-system cmake-build-system)
(arguments '(#:tests? #f)) ;no test suite
(native-inputs (list pkg-config))