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:
parent
0e92d57654
commit
d5a9c10b02
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Reference in a new issue