me
/
guix
Archived
1
0
Fork 0

gnu: Add libgit2-1.8.

* gnu/packages/version-control.scm (libgit2-1.8): New variable.

Change-Id: I6400e5699a363ba500d1fa1939fa0e2b7fdac285
master
Maxim Cournoyer 2024-05-26 22:33:16 -04:00
parent a3acb471d3
commit 997445fe7c
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 14 additions and 0 deletions

View File

@ -975,6 +975,20 @@ write native speed custom Git applications in any language with bindings.")
"deps/winhttp"
"deps/zlib"))))))))
(define-public libgit2-1.8
(package
(inherit libgit2-1.7)
(version "1.8.0")
(source (origin
(inherit (package-source libgit2-1.7))
(uri (git-reference
(url "https://github.com/libgit2/libgit2")
(commit (string-append "v" version))))
(file-name (git-file-name "libgit2" version))
(sha256
(base32
"0f0vqml6fp94z07xkpim2sdj2xvpxnsrwbm1q1dibx4vqjd7mh3q"))))))
(define-public libgit2-1.6
(package
(inherit libgit2)