[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/05: gnu: libgit2: Update to 0.28.2.
From: |
guix-commits |
Subject: |
02/05: gnu: libgit2: Update to 0.28.2. |
Date: |
Wed, 22 May 2019 11:15:50 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 9e08128e4200fef757e9d550d39891a19c8ea331
Author: Marius Bakke <address@hidden>
Date: Wed May 22 14:28:35 2019 +0200
gnu: libgit2: Update to 0.28.2.
* gnu/packages/version-control.scm (libgit2): Update to 0.28.2.
---
gnu/packages/version-control.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 528f918..d42b34a 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -524,7 +524,7 @@ everything from small to very large projects with speed and
efficiency.")
(define-public libgit2
(package
(name "libgit2")
- (version "0.28.1")
+ (version "0.28.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -533,7 +533,7 @@ everything from small to very large projects with speed and
efficiency.")
(file-name (git-file-name name version))
(sha256
(base32
- "0j5p0hhz2wizvgkf0nbpd8g32mb5bg1vp8ckpbhb0pq38ja4h43r"))
+ "0cm8fvs05rj0baigs2133q5a0sm3pa234y8h6hmwhl2bz9xq3k4b"))
(patches (search-patches "libgit2-avoid-python.patch"
"libgit2-mtime-0.patch"))
- branch master updated (ea54133 -> 8b09f1c), guix-commits, 2019/05/22
- 02/05: gnu: libgit2: Update to 0.28.2.,
guix-commits <=
- 05/05: gnu: curl: Update replacement to 7.65.0 [fixes CVE-2019-5435, CVE-2019-5436], guix-commits, 2019/05/22
- 03/05: gnu: samba: Update to 4.10.4., guix-commits, 2019/05/22
- 01/05: gnu: ungoogled-chromium: Update to 74.0.3729.169-0.d2beaef., guix-commits, 2019/05/22
- 04/05: gnu: nginx: Update to 1.17.0., guix-commits, 2019/05/22