mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: Remove libgit2-1.4.
* gnu/packages/version-control.scm (libgit2-1.4): Delete variable. Change-Id: I399f946b3359f69995ad81108c109ab040051b50
This commit is contained in:
parent
4018a13473
commit
1e6ccfe65f
1 changed files with 0 additions and 15 deletions
|
|
@ -1415,21 +1415,6 @@ write native speed custom Git applications in any language with bindings.")
|
|||
;; Default version of libgit2.
|
||||
libgit2-1.5)
|
||||
|
||||
(define-public libgit2-1.4
|
||||
(package
|
||||
(inherit libgit2)
|
||||
(version "1.4.6")
|
||||
(source (origin
|
||||
(inherit (package-source libgit2))
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/libgit2/libgit2")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name "libgit2" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0iv7h2fdnlv5vj4dx09w71xbj004hidbpsbgv02gbvlpvsz3jpcf"))))))
|
||||
|
||||
(define-public libgit2-1.3
|
||||
(package
|
||||
(inherit libgit2-1.5)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue