Skip to content
Snippets Groups Projects
Unverified Commit 86b0b791 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

gnu: rush: Update to 2.1.

* gnu/packages/rush.scm (rush): Update to 2.1.
parent c1b87329
No related branches found
No related tags found
No related merge requests found
......@@ -26,14 +26,14 @@ (define-module (gnu packages rush)
(define-public rush
(package
(name "rush")
(version "1.9")
(version "2.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/rush/rush-"
version ".tar.gz"))
(sha256
(base32
"12x7dyi9vl3lwlv618156nzpi5s0li93wcx2c26h4z7la20yq2yk"))))
"17i4mggr3rnfz0xbhqvd86jqva40c535fhlwkb2l4hjcbpg8blcf"))))
(build-system gnu-build-system)
(home-page "https://www.gnu.org/software/rush/")
(synopsis "Restricted user (login) shell")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment