mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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:
parent
cd50ce7bbd
commit
ff82300a53
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue