GNU bug report logs - #72552
[PATCH] gnu: rush: Update to 2.4.

Previous Next

Package: guix-patches;

Reported by: Andy Tai <atai <at> atai.org>

Date: Sat, 10 Aug 2024 06:55:02 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Andy Tai <atai <at> atai.org>
Subject: bug#72552: closed (Re: [bug#72552] [PATCH] gnu: rush: Update to 2.4.)
Date: Wed, 14 Aug 2024 10:16:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#72552: [PATCH] gnu: rush: Update to 2.4.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 72552 <at> debbugs.gnu.org.

-- 
72552: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=72552
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Christopher Baines <mail <at> cbaines.net>
To: Andy Tai <atai <at> atai.org>
Cc: 72552-done <at> debbugs.gnu.org
Subject: Re: [bug#72552] [PATCH] gnu: rush: Update to 2.4.
Date: Wed, 14 Aug 2024 11:14:51 +0100
[Message part 3 (text/plain, inline)]
Andy Tai <atai <at> 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
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Andy Tai <atai <at> atai.org>
To: guix-patches <at> gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH] gnu: rush: Update to 2.4.
Date: Fri,  9 Aug 2024 23:53:23 -0700
* 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




This bug report was last modified 281 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.