gnu: rush: Update to 1.9.

* gnu/packages/rush.scm (rush): Update to 1.9.
master
Ludovic Courtès 2019-06-15 18:29:45 +02:00
parent 25cb591ce4
commit a59902ff11
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.8") (version "1.9")
(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
"1vxdb81ify4xcyygh86250pi50krb16dkj42i5ii4ns3araiwckz")))) "12x7dyi9vl3lwlv618156nzpi5s0li93wcx2c26h4z7la20yq2yk"))))
(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")