[PATCH] gnu: libgit2: Update to 1.8.3.

  • Done
  • quality assurance status badge
Details
2 participants
  • ashish.is
  • Ludovic Courtès
Owner
unassigned
Submitted by
ashish.is
Severity
normal

Debbugs page

A
A
ashish.is wrote on 27 Oct 2024 02:39
(address . guix-patches@gnu.org)(name . Ashish SHUKLA)(address . ashish.is@lostca.se)
75457cb1fea87dbb099b205f2a13f497e84fda27.1730021988.git.ashish.is@lostca.se
From: Ashish SHUKLA <ashish.is@lostca.se>

* gnu/packages/version-control.scm (libgit2-1.8): Update to 1.8.3.

Change-Id: Iff5b1f341a480d06e1f618bc306f0ff0c3a62713
---
gnu/packages/version-control.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 6bd37fee82..cfdc1ae9c9 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1166,7 +1166,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
@@ -1175,7 +1175,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

base-commit: d91b7a387a59027bc6ad312f88422d6d564bf1df
--
2.47.0
L
L
Ludovic Courtès wrote on 2 Dec 2024 13:53
(address . ashish.is@lostca.se)(address . 74043-done@debbugs.gnu.org)
87y10x3g76.fsf@gnu.org
ashish.is@lostca.se skribis:

Toggle quote (6 lines)
> From: Ashish SHUKLA <ashish.is@lostca.se>
>
> * gnu/packages/version-control.scm (libgit2-1.8): Update to 1.8.3.
>
> Change-Id: Iff5b1f341a480d06e1f618bc306f0ff0c3a62713

Applied, thanks!

1.8.4 will need a bit more work it seems.

Ludo’.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 74043@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 74043
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch