mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: neon: Update to 0.30.2.
* gnu/packages/version-control.scm (neon): Update to 0.30.2.
This commit is contained in:
parent
136968fbde
commit
51eb4df69a
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue