[PATCH] gnu: rush: Update to 2.4.

  • Done
  • quality assurance status badge
Details
2 participants
  • Andy Tai
  • Christopher Baines
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

Andy Tai wrote 7 months ago
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
39d5ae6b0f9a8f6d4566c5ec004a3581a0678dc9.1723272781.git.atai@atai.org
* gnu/packages/rush.scm (rush): Update to 2.4.

Change-Id: I5ba594bcc9fd774412f665c08c6375fbbdfc9033
---
gnu/packages/rush.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (25 lines)
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
Christopher Baines wrote 7 months ago
(name . Andy Tai)(address . atai@atai.org)(address . 72552-done@debbugs.gnu.org)
87a5hfwgv8.fsf@cbaines.net
Andy Tai <atai@atai.org> writes:

Toggle quote (7 lines)
> * 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
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAma8g5tfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9Xee5Q/+MEluwvTT5d6hOU75se9yhd7mw7axB39T
hGK8tfckxrbB51scnQltmo9N7YZZN4I4tkyoNRqhGNN18J9kl/xxndezR0KMmnN2
vdK4NcZ+Gm3dVO1U+/660k68G9XSEWoWJZZ7SxAXPw7DpA3MqJrDyfKhi5LbLBc0
7VcZlelCGDFzn06yCW8uM2zKpjsIbGIDugxV/qyUByxy+LS1nM7euvD3x/9wqljW
J4YHT0p5+qcAsFZIrEPENr2L+k47MD+8WGwGQb5ryHZYnkqy/F7QGubF4O8CO2vA
4p6KBtDJL/EyZAaVF3ng4cQSKbOvvmnqsVZLPhkXxmJbUY3Y33DsdWWto5csucsP
CFQ6f9+3tsEdT80rh5TAsYENlRTuQ7OBGtp1YVNorWqPhKkN4LQ/te8lSqfr//zH
uZlQMr3XElzdJtoxtnNVYq715+KBCR43BQyaKi/hviDudHjol1WvbfjuszFAUIvH
9LpS92Qn0icHRxZ2CoNPxTISjKYXvWYI1qRGr3AVs7Fb1RoehXzi5WFUI+lSU8v0
RYEV6yMEZz38eZb+K05hLWQGLKDDFkk/IBX51LPWNHrZpR7ANW1YRm13+gvpgP3N
StHZswr1R9dp3OIbSv8FeNZ+5aPFy59s4eWeAGpEMe+3d2oE8Oh+uGtUxujU5vcg
vHIIPfTRLk0=
=hv1R
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 72552@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 72552
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help