* [bug#72552] [PATCH] gnu: rush: Update to 2.4.
@ 2024-08-10 6:53 Andy Tai
2024-08-14 10:14 ` bug#72552: " Christopher Baines
0 siblings, 1 reply; 2+ messages in thread
From: Andy Tai @ 2024-08-10 6:53 UTC (permalink / raw)
To: 72552; +Cc: Andy Tai
* gnu/packages/rush.scm (rush): Update to 2.4.
Change-Id: I5ba594bcc9fd774412f665c08c6375fbbdfc9033
---
gnu/packages/rush.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/rush.scm b/gnu/packages/rush.scm
index fac00ee760..393c2941d5 100644
--- a/gnu/packages/rush.scm
+++ b/gnu/packages/rush.scm
@@ -27,14 +27,14 @@ (define-module (gnu packages rush)
(define-public rush
(package
(name "rush")
- (version "2.2")
+ (version "2.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/rush/rush-"
version ".tar.gz"))
(sha256
(base32
- "1kcqilbcvxsh89196ryh3p9zh4b266517q9681mjmckvj5v57plm"))))
+ "1nqjjbamdn4lcysc2hji3i73jjl1ghivb24h12zh79xnka438vr6"))))
(build-system gnu-build-system)
(home-page "https://www.gnu.org/software/rush/")
(synopsis "Restricted user (login) shell")
base-commit: 433b666ecff939240ec05a89d85b1c20e7cb5a0a
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#72552: [PATCH] gnu: rush: Update to 2.4.
2024-08-10 6:53 [bug#72552] [PATCH] gnu: rush: Update to 2.4 Andy Tai
@ 2024-08-14 10:14 ` Christopher Baines
0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2024-08-14 10:14 UTC (permalink / raw)
To: Andy Tai; +Cc: 72552-done
[-- Attachment #1: Type: text/plain, Size: 331 bytes --]
Andy Tai <atai@atai.org> writes:
> * gnu/packages/rush.scm (rush): Update to 2.4.
>
> Change-Id: I5ba594bcc9fd774412f665c08c6375fbbdfc9033
> ---
> gnu/packages/rush.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Thanks for the patch, I've pushed it to master as
4e809f692c637ecdbea1f1dfc94d0bdcabb21491.
Chris
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-08-14 10:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-10 6:53 [bug#72552] [PATCH] gnu: rush: Update to 2.4 Andy Tai
2024-08-14 10:14 ` bug#72552: " Christopher Baines
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.