mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: rush: Update to 1.9.
* gnu/packages/rush.scm (rush): Update to 1.9.
This commit is contained in:
parent
25cb591ce4
commit
a59902ff11
1 changed files with 2 additions and 2 deletions
|
@ -26,14 +26,14 @@ (define-module (gnu packages rush)
|
|||
(define-public rush
|
||||
(package
|
||||
(name "rush")
|
||||
(version "1.8")
|
||||
(version "1.9")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnu/rush/rush-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1vxdb81ify4xcyygh86250pi50krb16dkj42i5ii4ns3araiwckz"))))
|
||||
"12x7dyi9vl3lwlv618156nzpi5s0li93wcx2c26h4z7la20yq2yk"))))
|
||||
(build-system gnu-build-system)
|
||||
(home-page "https://www.gnu.org/software/rush/")
|
||||
(synopsis "Restricted user (login) shell")
|
||||
|
|
Loading…
Reference in a new issue