gnu: git-lfs: Update to 3.4.0.
* gnu/packages/version-control.scm (git-lfs): Update to 3.4.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
f3c5c9418b
commit
483bdcdb97
1 changed files with 2 additions and 2 deletions
|
@ -3097,7 +3097,7 @@ will reconstruct the object along its delta-base chain and return it.")
|
||||||
(define-public git-lfs
|
(define-public git-lfs
|
||||||
(package
|
(package
|
||||||
(name "git-lfs")
|
(name "git-lfs")
|
||||||
(version "3.3.0")
|
(version "3.4.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -3106,7 +3106,7 @@ will reconstruct the object along its delta-base chain and return it.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1g268pplld04b9myhlrwc4fd8r1hvfyya5ja8wr558rar3pgsp5g"))))
|
"0ljjs8kyznp2ifkqdcd9q3550sknyx5qxx247icwkd9djjq7x74m"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Reference in a new issue