gnu: rush: Update to 2.1.

* gnu/packages/rush.scm (rush): Update to 2.1.
This commit is contained in:
Ludovic Courtès 2019-07-13 11:47:29 +02:00
parent c1b87329bf
commit 86b0b7917f
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -26,14 +26,14 @@
(define-public rush (define-public rush
(package (package
(name "rush") (name "rush")
(version "1.9") (version "2.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnu/rush/rush-" (uri (string-append "mirror://gnu/rush/rush-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"12x7dyi9vl3lwlv618156nzpi5s0li93wcx2c26h4z7la20yq2yk")))) "17i4mggr3rnfz0xbhqvd86jqva40c535fhlwkb2l4hjcbpg8blcf"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(home-page "https://www.gnu.org/software/rush/") (home-page "https://www.gnu.org/software/rush/")
(synopsis "Restricted user (login) shell") (synopsis "Restricted user (login) shell")