[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/09: gnu: rush: Update to 1.9.
From: |
guix-commits |
Subject: |
06/09: gnu: rush: Update to 1.9. |
Date: |
Sat, 15 Jun 2019 12:38:44 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit a59902ff11a80ca55a8fc644aebe429c426386c3
Author: Ludovic Courtès <address@hidden>
Date: Sat Jun 15 18:29:45 2019 +0200
gnu: rush: Update to 1.9.
* gnu/packages/rush.scm (rush): Update to 1.9.
---
gnu/packages/rush.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/rush.scm b/gnu/packages/rush.scm
index 1b4ea6b..b1ba7da 100644
--- a/gnu/packages/rush.scm
+++ b/gnu/packages/rush.scm
@@ -26,14 +26,14 @@
(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")
- branch master updated (ddd401d -> 7dbeb5a), guix-commits, 2019/06/15
- 03/09: gnu: dico: Update to 2.9., guix-commits, 2019/06/15
- 01/09: services: Remove unneeded imports that led to cycles., guix-commits, 2019/06/15
- 09/09: services: Include USB_ModeSwitch in %desktop-services., guix-commits, 2019/06/15
- 02/09: gnu: libmicrohttpd: Update to 0.9.64., guix-commits, 2019/06/15
- 08/09: services: Add usb-modeswitch-service-type., guix-commits, 2019/06/15
- 06/09: gnu: rush: Update to 1.9.,
guix-commits <=
- 05/09: gnu: wget: Update to 1.20.3., guix-commits, 2019/06/15
- 07/09: gnu: units: Update to 2.19., guix-commits, 2019/06/15
- 04/09: gnu: gengetopt: Update to 2.23., guix-commits, 2019/06/15