mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 05:39:41 -05: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 @@ (define-public neon
|
|||
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