gnu: print-manager: Update to 6.4.3.

* gnu/packages/kde-plasma.scm (print-manager): Update to 6.4.3.

Change-Id: Ibe73368dcc1001353ac0e8651703e45f19ac4219
This commit is contained in:
Zheng Junjie 2025-08-24 22:15:33 +08:00
parent 36862c5745
commit 5a7f12f3bf
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -2998,14 +2998,14 @@ hardware management, and a high degree of customizability.")
(define-public print-manager
(package
(name "print-manager")
(version "6.3.6")
(version "6.4.3")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/" version
"/print-manager-" version ".tar.xz"))
(sha256
(base32 "02v5rqlfk446qyc6pwi9qhbrbmr1pmq5ihrdrw5vfwr0n9vghss2"))))
(base32 "0d1dld9kbn2h9alyrwkycy4s4krzp40vjk4aq9spx4vdd3ipzzgx"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules))