summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZheng Junjie <zhengjunjie@iscas.ac.cn>2024-08-09 23:33:55 +0800
committerZheng Junjie <zhengjunjie@iscas.ac.cn>2024-08-20 11:50:46 +0800
commitff82300a53463c00575acc9927af2b7b39543392 (patch)
treee3271c4c7ef2b7dd23531836fd1670c2145d5997
parentcd50ce7bbd2f6a1a5f6f1866731299365c465ac2 (diff)
gnu: print-manager: Update to 6.1.4.
* gnu/packages/kde-plasma.scm (print-manager): Update to 6.1.4. Change-Id: Iec4b341bf5651a5aa740b2956a1ee68b82fd5267
-rw-r--r--gnu/packages/kde-plasma.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 9e4ab12f35..4cc43e92fe 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -2915,14 +2915,14 @@ hardware management, and a high degree of customizability.")
(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))