This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new d5a9c10 gnu: git-lfs: Update to 2.13.2.
d5a9c10 is described below
commit d5a9c10b02776b1da8d52aafdc161d3fa7d9cc18
Author: Vincent Legoll <[email protected]>
AuthorDate: Sat Feb 6 11:56:49 2021 +0100
gnu: git-lfs: Update to 2.13.2.
* gnu/packages/version-control.scm (git-lfs): Update to 2.13.2.
Signed-off-by: Nicolas Goaziou <[email protected]>
---
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 afbae86..98de469 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -2667,7 +2667,7 @@ interrupted, published, and collaborated on while in
progress.")
(define-public git-lfs
(package
(name "git-lfs")
- (version "2.11.0")
+ (version "2.13.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2676,7 +2676,7 @@ interrupted, published, and collaborated on while in
progress.")
(file-name (git-file-name name version))
(sha256
(base32
- "05qd96bn2cl7gn5qarbcv6scdpj28qiwdfzalamqk5jjiidpmng5"))))
+ "0gfpzdya48phwln61746ii78sq55mhzj938lz8x062xkkcsdvbf4"))))
(build-system go-build-system)
(arguments
`(#:import-path "github.com/git-lfs/git-lfs"