mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: libgit2: Add 1.9.0.
* gnu/packages/version-control.scm (libgit2-1.9): New variable. Change-Id: I3e28188060292eb837ec934f99afff8f96cc1b7d
This commit is contained in:
parent
111aacf22f
commit
63b635e073
1 changed files with 14 additions and 0 deletions
|
|
@ -1405,6 +1405,20 @@ write native speed custom Git applications in any language with bindings.")
|
|||
arg))
|
||||
#$flags))))))
|
||||
|
||||
(define-public libgit2-1.9
|
||||
(package
|
||||
(inherit libgit2-1.8)
|
||||
(version "1.9.0")
|
||||
(source (origin
|
||||
(inherit (package-source libgit2-1.8))
|
||||
(uri (git-reference
|
||||
(url "https://github.com/libgit2/libgit2")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name "libgit2" version))
|
||||
(sha256
|
||||
(base32
|
||||
"06ajn5i5l1209z7x7jxcpw68ph0a6g3q67bmx0jm381rr8cb4zdz"))))))
|
||||
|
||||
(define-public libgit2-1.6
|
||||
(package
|
||||
(inherit libgit2)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue