mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: Remove neon-0.29.6.
* gnu/packages/version-control.scm (neon-0.29.6): Remove variable.
This commit is contained in:
parent
46138f3e22
commit
6e6e9f2551
1 changed files with 0 additions and 12 deletions
|
@ -537,18 +537,6 @@ WebDAV metadata support, wrappers for PROPFIND and PROPPATCH to simplify
|
|||
property manipulation.")
|
||||
(license gpl2+))) ; for documentation and tests; source under lgpl2.0+
|
||||
|
||||
(define-public neon-0.29.6
|
||||
(package (inherit neon)
|
||||
(name "neon")
|
||||
(version "0.29.6")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://www.webdav.org/neon/neon-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0hzbjqdx1z8zw0vmbknf159wjsxbcq8ii0wgwkqhxj3dimr0nr4w"))))))
|
||||
|
||||
(define-public subversion
|
||||
(package
|
||||
(name "subversion")
|
||||
|
|
Loading…
Reference in a new issue