From e504c84679b2d0d26c4836434d8953bfda5f83a6 Mon Sep 17 00:00:00 2001 From: Zheng Junjie Date: Thu, 29 May 2025 17:04:05 +0800 Subject: [PATCH] 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 --- gnu/packages/qt.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index be008f7b61b..85a45b3f6d9 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -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))