gnu: git-lfs: Update to 2.13.3.
* gnu/packages/version-control.scm (git-lfs): Update to 2.13.3.master
parent
c0e60ccf9a
commit
6a2c78288a
|
@ -2722,7 +2722,7 @@ interrupted, published, and collaborated on while in progress.")
|
||||||
(define-public git-lfs
|
(define-public git-lfs
|
||||||
(package
|
(package
|
||||||
(name "git-lfs")
|
(name "git-lfs")
|
||||||
(version "2.13.2")
|
(version "2.13.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -2731,7 +2731,7 @@ interrupted, published, and collaborated on while in progress.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0gfpzdya48phwln61746ii78sq55mhzj938lz8x062xkkcsdvbf4"))))
|
"0r7dmqhkhz91d3n7qfpny483x8f1n88yya22j2fvx75rgg33z2sg"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:import-path "github.com/git-lfs/git-lfs"
|
`(#:import-path "github.com/git-lfs/git-lfs"
|
||||||
|
|
Reference in New Issue