Archived
1
0
Fork 0

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:
Juliana Sims 2023-07-26 23:14:58 -04:00 committed by Ludovic Courtès
parent f3c5c9418b
commit 483bdcdb97
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

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