gnu: git-lfs: Update to v2.11.0.
* gnu/packages/version-control.scm (git-lfs): Update to v2.11.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>master
parent
8b76027976
commit
c34a9db3d1
|
@ -2575,7 +2575,7 @@ interrupted, published, and collaborated on while in progress.")
|
|||
(define-public git-lfs
|
||||
(package
|
||||
(name "git-lfs")
|
||||
(version "2.7.2")
|
||||
(version "2.11.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -2584,7 +2584,7 @@ interrupted, published, and collaborated on while in progress.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1nf40rbdz901vsahg5cm09pznpina6wimmxl0lmh8pn0mi51yzvc"))))
|
||||
"05qd96bn2cl7gn5qarbcv6scdpj28qiwdfzalamqk5jjiidpmng5"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
`(#:import-path "github.com/git-lfs/git-lfs"
|
||||
|
|
Reference in New Issue