1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: print-manager: Update to 6.5.5.

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

Change-Id: Ib0d74885ef839ce31439cfe93f9d5a596b84e0f6
This commit is contained in:
Sughosha
2026-02-08 23:05:40 +05:30
committed by Andreas Enge
parent 77726037f2
commit e14dd976bb

View File

@@ -3003,14 +3003,14 @@ hardware management, and a high degree of customizability.")
(define-public print-manager
(package
(name "print-manager")
(version "6.5.2")
(version "6.5.5")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/" version
"/print-manager-" version ".tar.xz"))
(sha256
(base32 "1v8jgzjd19c7ppsv5cig5pwnmx2j6hhw63m44rjq90apxb478bsf"))))
(base32 "09dsz1hqvfpspskgdrbf341xp6rark9rq6n38z67lcbs7vaqc11s"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules))