guix-commits
[Top][All Lists]
Advanced

[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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]