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

commit a74a1e15636440ca345347ef55fe6a971f44db2b
Author: Acid Bong <[email protected]>
AuthorDate: Sat Feb 7 17:10:27 2026 +0000

    gnu: sx: Update to 3.0.
    
    * gnu/packages/xdisorg.scm (sx): Update to 3.0.
    
    Closes: guix/guix#6207
    Change-Id: Ia8d5dd12abd194acc84c97aa99a703403ae9b1ae
    Signed-off-by: 宋文武 <[email protected]>
---
 gnu/packages/xdisorg.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 0161bc20bf..fc96c5ce13 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -4013,7 +4013,7 @@ autostarter compliant with the XDG autostart 
specification.")
 (define-public sx
   (package
     (name "sx")
-    (version "2.1.7")
+    (version "3.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -4022,7 +4022,7 @@ autostarter compliant with the XDG autostart 
specification.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0xv15m30nhcknasqiybj5wwf7l91q4a4jf6xind8x5x00c6br6nl"))))
+                "05179dxlw5z5yr648dklyl33l2rr0afd619xxhlwdcxfmgn37al4"))))
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f                      ; no tests

Reply via email to