mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: Remove subversion/pinned.
* gnu/packages/version-control.scm (subversion/pinned): Delete variable. * guix/svn-download.scm (subversion-package): Use subversion Change-Id: I6b683147bd40b53d41d072ab99ce04012227c726 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
@@ -3133,20 +3133,6 @@ usage; and its ability to support the needs of a wide variety of users and
|
||||
projects, from individuals to large-scale enterprise operations.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public subversion/pinned
|
||||
(hidden-package
|
||||
(package
|
||||
(inherit subversion)
|
||||
(name "subversion")
|
||||
(version "1.14.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://apache/subversion/"
|
||||
"subversion-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32 "0h54l4p2dlk1rm4zm428hi6ij6xpqxqlqmvkhmz5yhq9392zv7ll")))))))
|
||||
|
||||
(define-public rcs
|
||||
(package
|
||||
(name "rcs")
|
||||
|
||||
@@ -72,7 +72,7 @@
|
||||
(define (subversion-package)
|
||||
"Return the default Subversion package."
|
||||
(let ((distro (resolve-interface '(gnu packages version-control))))
|
||||
(module-ref distro 'subversion/pinned)))
|
||||
(module-ref distro 'subversion)))
|
||||
|
||||
(define (svn-fetch-builder svn hash-algo)
|
||||
(define guile-json
|
||||
|
||||
Reference in New Issue
Block a user