diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-30 16:46:42 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-01-21 23:42:41 +0000 |
commit | 38228e03ab88b0616d6fc9cfe67b74fc6a5ff2fd (patch) | |
tree | 3aefd83ba9c9b7f0d3834f6834f0de838f051e32 | |
parent | f5eaca3cbaa0379a597518b82cc9c869f55fa0d3 (diff) |
gnu: git-lfs: Update to 3.6.0.
* gnu/packages/version-control.scm (git-lfs): Update to 3.6.0.
[propagated-inputs]: Remove go-github-com-xeipuuv-gojsonreference and
go-github-com-xeipuuv-gojsonpointer; add
go-github-com-jmhodges-clock, go-github-com-stretchr-testify, and
go-golang-org-x-sys. Sort.
Change-Id: I5e7f79c70dee85d9bcb417128b9c41e0fac0fc76
-rw-r--r-- | gnu/packages/version-control.scm | 35 |
1 files changed, 18 insertions, 17 deletions
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index 8b0e7884fc..0a3d2b7c0b 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -3934,7 +3934,7 @@ will reconstruct the object along its delta-base chain and return it.") (define-public git-lfs (package (name "git-lfs") - (version "3.4.0") + (version "3.6.0") (source (origin (method git-fetch) (uri (git-reference @@ -3943,7 +3943,7 @@ will reconstruct the object along its delta-base chain and return it.") (file-name (git-file-name name version)) (sha256 (base32 - "0ljjs8kyznp2ifkqdcd9q3550sknyx5qxx247icwkd9djjq7x74m")))) + "09ry2nq5bpdxk446dyhc0d6d85wy5x2i5ckwwg9r00a3zdp5v4ry")))) (build-system go-build-system) (arguments (list @@ -3986,24 +3986,25 @@ will reconstruct the object along its delta-base chain and return it.") (list ronn-ng ruby-asciidoctor) '()))) (propagated-inputs - (list go-github-com-xeipuuv-gojsonschema - go-github-com-xeipuuv-gojsonreference - go-github-com-xeipuuv-gojsonpointer - go-golang-org-x-net - go-golang-org-x-sync - go-github-com-ssgelm-cookiejarparser - go-github-com-rubyist-tracerx - go-github-com-olekukonko-ts - go-github-com-leonelquinteros-gotext - go-github-com-git-lfs-wildmatch-v2 - go-github-com-git-lfs-pktline - go-github-com-git-lfs-go-netrc - go-github-com-git-lfs-gitobj-v2 + (list go-github-com-avast-retry-go go-github-com-dpotapov-go-spnego - go-github-com-avast-retry-go + go-github-com-git-lfs-gitobj-v2 + go-github-com-git-lfs-go-netrc + go-github-com-git-lfs-pktline + go-github-com-git-lfs-wildmatch-v2 + go-github-com-jmhodges-clock + go-github-com-leonelquinteros-gotext go-github-com-mattn-go-isatty + go-github-com-olekukonko-ts go-github-com-pkg-errors - go-github-com-spf13-cobra)) + go-github-com-rubyist-tracerx + go-github-com-spf13-cobra + go-github-com-ssgelm-cookiejarparser + go-github-com-stretchr-testify + go-github-com-xeipuuv-gojsonschema + go-golang-org-x-net + go-golang-org-x-sync + go-golang-org-x-sys)) (home-page "https://git-lfs.github.com/") (synopsis "Git extension for versioning large files") (description |