civodul pushed a commit to branch core-updates-frozen in repository guix. commit 0677443c45c89c64ee3a62849b76d8e8a6ddfb17 Author: Ludovic Courtès <l...@gnu.org> AuthorDate: Tue Nov 23 16:25:05 2021 +0100
gnu: libgit2: Remove version 0.28. This is a followup to e0e23164202ad9328ffeadde5e900857cb008124, which removed "libgit2-mtime-0.patch", which was still used by LIBGIT2-0.28. * gnu/packages/version-control.scm (libgit2-0.28): Remove. --- gnu/packages/version-control.scm | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index d80f7c5..5c5335c 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -850,24 +850,6 @@ write native speed custom Git applications in any language with bindings.") ;; GPLv2 with linking exception (license license:gpl2))) -(define-public libgit2-0.28 - (package - (inherit libgit2) - (version "0.28.5") - (source - (origin - (method url-fetch) - (uri (string-append "https://github.com/libgit2/libgit2/releases/" - "download/v" version - "/libgit2-" version ".tar.gz")) - (sha256 - (base32 - "0hjgpqjjmkciw1i8jqkx9q2vhdc4fc99qajhrj2bq8ziwsp6hyrb")) - (patches (search-patches "libgit2-mtime-0.patch")) - (modules '((guix build utils))) - (snippet '(begin - (delete-file-recursively "deps") #t)))))) - (define-public git-crypt (package (name "git-crypt")