gnu: git-lfs: Update to 2.7.2.

* gnu/packages/version-control.scm (git-lfs): Update to 2.7.2.
master
Tobias Geerinckx-Rice 2019-05-16 00:25:08 +02:00
parent f8ea653ea6
commit e75f87b558
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -2194,7 +2194,7 @@ interrupted, published, and collaborated on while in progress.")
(define-public git-lfs
(package
(name "git-lfs")
(version "2.7.1")
(version "2.7.2")
(source (origin
(method git-fetch)
(uri (git-reference
@ -2203,7 +2203,7 @@ interrupted, published, and collaborated on while in progress.")
(file-name (git-file-name name version))
(sha256
(base32
"10v38w8qfz0x8750kv31n8gg2dimvq4wz40m374pd1xaypfs9670"))))
"1nf40rbdz901vsahg5cm09pznpina6wimmxl0lmh8pn0mi51yzvc"))))
(build-system go-build-system)
(arguments
'(#:import-path "github.com/git-lfs/git-lfs"))