Archived
1
0
Fork 0

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 <mail@nicolasgoaziou.fr>
This commit is contained in:
Vincent Legoll 2021-02-06 11:56:49 +01:00 committed by Nicolas Goaziou
parent 0e92d57654
commit d5a9c10b02
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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"