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
This commit is contained in:
Sharlatan Hellseher 2024-12-30 16:46:42 +00:00
parent 868e1b4e4c
commit e4d7bb416a
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -3921,7 +3921,7 @@ (define-public go-github-com-git-lfs-gitobj-v2
(define-public git-lfs (define-public git-lfs
(package (package
(name "git-lfs") (name "git-lfs")
(version "3.4.0") (version "3.6.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -3930,7 +3930,7 @@ (define-public git-lfs
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0ljjs8kyznp2ifkqdcd9q3550sknyx5qxx247icwkd9djjq7x74m")))) "09ry2nq5bpdxk446dyhc0d6d85wy5x2i5ckwwg9r00a3zdp5v4ry"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
(list (list
@ -3973,24 +3973,25 @@ (define-public git-lfs
(list ronn-ng ruby-asciidoctor) (list ronn-ng ruby-asciidoctor)
'()))) '())))
(propagated-inputs (propagated-inputs
(list go-github-com-xeipuuv-gojsonschema (list go-github-com-avast-retry-go
go-github-com-xeipuuv-gojsonreference go-github-com-dpotapov-go-spnego
go-github-com-xeipuuv-gojsonpointer 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-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-net
go-golang-org-x-sync go-golang-org-x-sync
go-github-com-ssgelm-cookiejarparser go-golang-org-x-sys))
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
go-github-com-dpotapov-go-spnego
go-github-com-avast-retry-go
go-github-com-mattn-go-isatty
go-github-com-pkg-errors
go-github-com-spf13-cobra))
(home-page "https://git-lfs.github.com/") (home-page "https://git-lfs.github.com/")
(synopsis "Git extension for versioning large files") (synopsis "Git extension for versioning large files")
(description (description