gnu: neon: Update to 0.30.2.

* gnu/packages/version-control.scm (neon): Update to 0.30.2.
This commit is contained in:
Tobias Geerinckx-Rice 2017-04-20 07:08:19 +02:00
parent 136968fbde
commit 51eb4df69a
No known key found for this signature in database
GPG key ID: 91CCDB9B48541B99

View file

@ -686,14 +686,14 @@ (define-public mercurial
(define-public neon (define-public neon
(package (package
(name "neon") (name "neon")
(version "0.30.1") (version "0.30.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://www.webdav.org/neon/neon-" (uri (string-append "http://www.webdav.org/neon/neon-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1pawhk02x728xn396a1kcivy9gqm94srmgad6ymr9l0qvk02dih0")))) "1jpvczcx658vimqm7c8my2q41fnmjaf1j03g7bsli6rjxk6xh2yv"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("perl" ,perl) `(("perl" ,perl)