mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: libgit2: Update to 1.8.3.
* gnu/packages/version-control.scm (libgit2-1.8): Update to 1.8.3. Change-Id: Iff5b1f341a480d06e1f618bc306f0ff0c3a62713 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
5914d906ba
commit
6d7db827d1
1 changed files with 2 additions and 2 deletions
|
@ -1171,7 +1171,7 @@ (define-public libgit2-1.7
|
|||
(define-public libgit2-1.8
|
||||
(package
|
||||
(inherit libgit2-1.7)
|
||||
(version "1.8.1")
|
||||
(version "1.8.3")
|
||||
(source (origin
|
||||
(inherit (package-source libgit2-1.7))
|
||||
(uri (git-reference
|
||||
|
@ -1180,7 +1180,7 @@ (define-public libgit2-1.8
|
|||
(file-name (git-file-name "libgit2" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1mh55804cvxl2cyl4clinajzgfn3zmlhacnv1pdvdj4w6z2w4si7"))
|
||||
"11jyxy6ckl19ayqpq5s3nlbcd0s1q4sdy8884m4pjrbzgxg6y1ds"))
|
||||
(patches
|
||||
(search-patches "libgit2-uninitialized-proxy-settings.patch"))
|
||||
(snippet
|
||||
|
|
Loading…
Reference in a new issue