gnu: rush: Update to 2.2.

* gnu/packages/rush.scm (rush): Update to 2.2.
This commit is contained in:
Efraim Flashner 2022-01-03 09:15:30 +02:00
parent 03fd530875
commit 4fa9251b81
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2013, 2016 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2022 Efraim Flashner <efraim@flashner.co.il>
;;;
;;; This file is part of GNU Guix.
;;;
@ -26,14 +27,14 @@
(define-public rush
(package
(name "rush")
(version "2.1")
(version "2.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/rush/rush-"
version ".tar.gz"))
(sha256
(base32
"17i4mggr3rnfz0xbhqvd86jqva40c535fhlwkb2l4hjcbpg8blcf"))))
"1kcqilbcvxsh89196ryh3p9zh4b266517q9681mjmckvj5v57plm"))))
(build-system gnu-build-system)
(home-page "https://www.gnu.org/software/rush/")
(synopsis "Restricted user (login) shell")