mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: git-lfs: Update to 2.7.2.
* gnu/packages/version-control.scm (git-lfs): Update to 2.7.2.
This commit is contained in:
parent
f8ea653ea6
commit
e75f87b558
1 changed files with 2 additions and 2 deletions
|
@ -2194,7 +2194,7 @@ (define-public git-imerge
|
||||||
(define-public git-lfs
|
(define-public git-lfs
|
||||||
(package
|
(package
|
||||||
(name "git-lfs")
|
(name "git-lfs")
|
||||||
(version "2.7.1")
|
(version "2.7.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -2203,7 +2203,7 @@ (define-public git-lfs
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"10v38w8qfz0x8750kv31n8gg2dimvq4wz40m374pd1xaypfs9670"))))
|
"1nf40rbdz901vsahg5cm09pznpina6wimmxl0lmh8pn0mi51yzvc"))))
|
||||||
(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"))
|
||||||
|
|
Loading…
Reference in a new issue