guix_mirror_bot pushed a commit to branch kde-team
in repository guix.

commit fd237794f9091c2af015a00728c9fb935811478f
Author: Sughosha <[email protected]>
AuthorDate: Sun Dec 14 14:41:13 2025 +0530

    gnu: spectacle: Update to 6.5.4.
    
    * gnu/packages/kde-plasma.scm (spectacle): Update to 6.5.4.
    
    Change-Id: I898850872c42cc7fcc3cf1eb2bd55ce378d446fb
---
 gnu/packages/kde-plasma.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 124eadea31..b5df2b5f65 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -3127,14 +3127,14 @@ of a Plasma shell.")
 (define-public spectacle
   (package
     (name "spectacle")
-    (version "6.5.2")
+    (version "6.5.4")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/plasma/" version
                            "/spectacle-" version ".tar.xz"))
        (sha256
-        (base32 "0blr40j7l36a43ybvh33mfvwiq0qaavqszarfzpzsg6v9lbgnha6"))))
+        (base32 "1hab5lzn54mqsf7y7c2axgwjippd8p762mbxv0174mfrca9xsmmk"))))
     (build-system qt-build-system)
     (arguments
      (list #:qtbase qtbase

Reply via email to