me
/
guix
Archived
1
0
Fork 0

gnu: git-lfs: Update to v2.11.0.

* gnu/packages/version-control.scm (git-lfs): Update to v2.11.0.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
master
Prafulla Giri 2020-08-25 23:00:34 +05:45 committed by Efraim Flashner
parent 8b76027976
commit c34a9db3d1
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -2575,7 +2575,7 @@ interrupted, published, and collaborated on while in progress.")
(define-public git-lfs
(package
(name "git-lfs")
(version "2.7.2")
(version "2.11.0")
(source (origin
(method git-fetch)
(uri (git-reference
@ -2584,7 +2584,7 @@ interrupted, published, and collaborated on while in progress.")
(file-name (git-file-name name version))
(sha256
(base32
"1nf40rbdz901vsahg5cm09pznpina6wimmxl0lmh8pn0mi51yzvc"))))
"05qd96bn2cl7gn5qarbcv6scdpj28qiwdfzalamqk5jjiidpmng5"))))
(build-system go-build-system)
(arguments
`(#:import-path "github.com/git-lfs/git-lfs"