[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/08: gnu: neon: Update to 0.30.2.
From: |
Tobias Geerinckx-Rice |
Subject: |
01/08: gnu: neon: Update to 0.30.2. |
Date: |
Fri, 21 Apr 2017 06:34:21 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 51eb4df69a71ac5ee899f30e7373dc609b321d9d
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Thu Apr 20 07:08:19 2017 +0200
gnu: neon: Update to 0.30.2.
* gnu/packages/version-control.scm (neon): Update to 0.30.2.
---
gnu/packages/version-control.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index b4c9681..4c84759 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -686,14 +686,14 @@ and offers an easy and intuitive interface.")
(define-public neon
(package
(name "neon")
- (version "0.30.1")
+ (version "0.30.2")
(source (origin
(method url-fetch)
(uri (string-append "http://www.webdav.org/neon/neon-"
version ".tar.gz"))
(sha256
(base32
- "1pawhk02x728xn396a1kcivy9gqm94srmgad6ymr9l0qvk02dih0"))))
+ "1jpvczcx658vimqm7c8my2q41fnmjaf1j03g7bsli6rjxk6xh2yv"))))
(build-system gnu-build-system)
(native-inputs
`(("perl" ,perl)
- branch master updated (136968f -> ef27b43), Tobias Geerinckx-Rice, 2017/04/21
- 01/08: gnu: neon: Update to 0.30.2.,
Tobias Geerinckx-Rice <=
- 03/08: gnu: diffstat: Update to 1.61., Tobias Geerinckx-Rice, 2017/04/21
- 04/08: gnu: diffstat: Use @command mark-up., Tobias Geerinckx-Rice, 2017/04/21
- 05/08: gnu: git-crypt: Double-space Texinfo mark-up., Tobias Geerinckx-Rice, 2017/04/21
- 08/08: gnu: fortify-headers: Use @code mark-up., Tobias Geerinckx-Rice, 2017/04/21
- 06/08: gnu: version-control: Use HTTPS where possible., Tobias Geerinckx-Rice, 2017/04/21
- 07/08: gnu: Use HTTPS on 2f30.org., Tobias Geerinckx-Rice, 2017/04/21
- 02/08: gnu: neon: Use @enumerate mark-up., Tobias Geerinckx-Rice, 2017/04/21