diff options
| author | Acid Bong <acidbong@tilde.club> | 2026-02-07 17:10:27 +0000 |
|---|---|---|
| committer | 宋文武 <iyzsong@member.fsf.org> | 2026-02-08 11:22:47 +0800 |
| commit | a74a1e15636440ca345347ef55fe6a971f44db2b (patch) | |
| tree | dec052b39a75dc2c2991522f802ec05b6d1f3859 | |
| parent | 9e6705676ffb7568d03b2b6c9fa3944afa2341e7 (diff) | |
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: 宋文武 <iyzsong@member.fsf.org>
| -rw-r--r-- | gnu/packages/xdisorg.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index 0161bc20bfd..fc96c5ce134 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 |
