mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 03:45:07 -06:00
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:
parent
36862c5745
commit
5a7f12f3bf
1 changed files with 2 additions and 2 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue