gnu: print-manager: Update to 6.1.4.

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

Change-Id: Iec4b341bf5651a5aa740b2956a1ee68b82fd5267
This commit is contained in:
Zheng Junjie 2024-08-09 23:33:55 +08:00
parent cd50ce7bbd
commit ff82300a53
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -2915,14 +2915,14 @@ (define-public plasma-workspace-wallpapers
(define-public print-manager
(package
(name "print-manager")
(version "6.1.3")
(version "6.1.4")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/" version
"/print-manager-" version ".tar.xz"))
(sha256
(base32 "015vvl0q3fccjacszdzd78vsh1wykn6r9inxpvj660z2hsg4c1cm"))))
(base32 "1pqfs1v3ll8plb6950jn8s0fslkfvpzl89ix20hs2jw08kspnx65"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules))