[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/08: gnu: slang: Update to 2.3.1a.
From: |
Tobias Geerinckx-Rice |
Subject: |
03/08: gnu: slang: Update to 2.3.1a. |
Date: |
Wed, 21 Feb 2018 09:03:10 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 61faf24df66bdade0ec780d4a5e5e3d461329341
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Wed Feb 21 05:07:37 2018 +0100
gnu: slang: Update to 2.3.1a.
* gnu/packages/slang.scm (slang): Update to 2.3.1a.
---
gnu/packages/slang.scm | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/slang.scm b/gnu/packages/slang.scm
index b0a7ff0..abc00c1 100644
--- a/gnu/packages/slang.scm
+++ b/gnu/packages/slang.scm
@@ -37,16 +37,14 @@
(define-public slang
(package
(name "slang")
- (version "2.3.0")
+ (version "2.3.1a")
(source (origin
(method url-fetch)
- (uri (string-append
- "http://www.jedsoft.org/releases/slang/slang-"
- version
- ".tar.gz"))
+ (uri (string-append
"http://www.jedsoft.org/releases/slang/slang-"
+ version ".tar.bz2"))
(sha256
(base32
- "0aqd2cjabj6nhd4r3dc4vhqif2bf3dmqnrn2gj0xm4gqyfd177jy"))
+ "0dlcy0hn0j6cj9qj5x6hpb0axifnvzzmv5jqq0wq14fygw0c7w2l"))
(modules '((guix build utils)))
(snippet
'(begin
- branch master updated (781d721 -> 6c96b54), Tobias Geerinckx-Rice, 2018/02/21
- 03/08: gnu: slang: Update to 2.3.1a.,
Tobias Geerinckx-Rice <=
- 01/08: gnu: getmail: Update to 5.5., Tobias Geerinckx-Rice, 2018/02/21
- 05/08: gnu: lout: Update phase style., Tobias Geerinckx-Rice, 2018/02/21
- 08/08: gnu: lpsolve: Update phase style., Tobias Geerinckx-Rice, 2018/02/21
- 06/08: gnu: iptables: Update to 1.6.2., Tobias Geerinckx-Rice, 2018/02/21
- 07/08: gnu: iptables: Edit synopsis & description., Tobias Geerinckx-Rice, 2018/02/21
- 02/08: gnu: shflags: Set source file name., Tobias Geerinckx-Rice, 2018/02/21
- 04/08: gnu: cook: Update phase style., Tobias Geerinckx-Rice, 2018/02/21