[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/23: gnu: sx: Update to 2.1.7.
From: |
guix-commits |
Subject: |
15/23: gnu: sx: Update to 2.1.7. |
Date: |
Sun, 3 Oct 2021 13:28:21 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 328fac47890ad63d1f92c9fd7ed89f8f5f92b336
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Oct 3 16:24:24 2021 +0200
gnu: sx: Update to 2.1.7.
* gnu/packages/xdisorg.scm (sx): Update to 2.1.7.
---
gnu/packages/xdisorg.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 2e4eb30..9646f55 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -2851,7 +2851,7 @@ and execute @file{.desktop} files of the Application
type.")
(define-public sx
(package
(name "sx")
- (version "2.1.6")
+ (version "2.1.7")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2860,7 +2860,7 @@ and execute @file{.desktop} files of the Application
type.")
(file-name (git-file-name name version))
(sha256
(base32
- "0p24ghp1ygvyc2hv81byhxax7491yhcc5priq5ldv07nzl7akagc"))))
+ "0xv15m30nhcknasqiybj5wwf7l91q4a4jf6xind8x5x00c6br6nl"))))
(build-system gnu-build-system)
(arguments
'(#:tests? #f ; no tests
@@ -2869,8 +2869,7 @@ and execute @file{.desktop} files of the Application
type.")
(list (string-append "PREFIX=" out)))
#:phases
(modify-phases %standard-phases
- ;; no configure script
- (delete 'configure))))
+ (delete 'configure)))) ; no configure script
(propagated-inputs
`(("xauth" ,xauth)))
(home-page "https://github.com/Earnestly/sx")
- branch master updated (c98c9c5 -> 91389d4), guix-commits, 2021/10/03
- 04/23: bash completion: Complete ‘guix weather’ packages., guix-commits, 2021/10/03
- 05/23: bash completion: Complete ‘guix build’ file names., guix-commits, 2021/10/03
- 07/23: bash completion: Fix ‘system’ & ‘container’ subcommands., guix-commits, 2021/10/03
- 02/23: bash completion: Consolidate similar $command ‘if’ branches., guix-commits, 2021/10/03
- 03/23: bash completion: Append to $COMPREPLY where possible., guix-commits, 2021/10/03
- 08/23: gnu: os-prober: Update to 1.79., guix-commits, 2021/10/03
- 11/23: gnu: ccache: Update to 4.4.2., guix-commits, 2021/10/03
- 14/23: gnu: dnsmasq: Prepare for cross-compilation., guix-commits, 2021/10/03
- 15/23: gnu: sx: Update to 2.1.7.,
guix-commits <=
- 17/23: gnu: yadifa: Update to 2.5.1 [security fixes]., guix-commits, 2021/10/03
- 09/23: gnu: libhx: Update to 4.0.1., guix-commits, 2021/10/03
- 10/23: gnu: snapraid: Update to 11.6., guix-commits, 2021/10/03
- 13/23: gnu: dnsmasq: Update to 2.86., guix-commits, 2021/10/03
- 16/23: gnu: sx: Don't propagate xauth., guix-commits, 2021/10/03
- 18/23: gnu: corsix-th: Update to 0.65.1., guix-commits, 2021/10/03
- 19/23: gnu: freeorion: Don't use unstable tarball., guix-commits, 2021/10/03
- 20/23: gnu: freeorion: Update to 0.4.10.2., guix-commits, 2021/10/03
- 21/23: gnu: gramps: Update to 5.1.4., guix-commits, 2021/10/03
- 23/23: gnu: weechat: Update to 3.3., guix-commits, 2021/10/03