summary refs log tree commit diff
diff options
context:
space:
mode:
authorZheng Junjie <zhengjunjie@iscas.ac.cn>2024-07-20 19:10:30 +0800
committerZheng Junjie <zhengjunjie@iscas.ac.cn>2024-08-01 23:44:48 +0800
commit39c5bc23faeae04e41c17cad99e1ce9262af2a4f (patch)
tree21b423d038b310f6bc2f4a442ba77017b15148a0
parente68957e2c4cab3b9b0d586d8df293e57931a04d3 (diff)
downloadguix-39c5bc23faeae04e41c17cad99e1ce9262af2a4f.tar.gz
gnu: print-manager: Update to 6.1.3.
* gnu/packages/kde-plasma.scm (print-manager): Update to 6.1.3.

Change-Id: I6420a20fa3cda0e2c73f5bb8b56028faf829e426
-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 ac282f552a..db72faac68 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -2908,14 +2908,14 @@ hardware management, and a high degree of customizability.")
 (define-public print-manager
   (package
     (name "print-manager")
-    (version "6.1.2")
+    (version "6.1.3")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/plasma/" version
                            "/print-manager-" version ".tar.xz"))
        (sha256
-        (base32 "19gmqd48wjg9q8h57xdsa1d4nhvbp3h169v519pgw06lrrhia5hl"))))
+        (base32 "015vvl0q3fccjacszdzd78vsh1wykn6r9inxpvj660z2hsg4c1cm"))))
     (build-system qt-build-system)
     (native-inputs
      (list extra-cmake-modules))