me
/
guix
Archived
1
0
Fork 0

gnu: git-lfs: Update to 2.13.3.

* gnu/packages/version-control.scm (git-lfs): Update to 2.13.3.
master
Tobias Geerinckx-Rice 2021-03-29 15:15:03 +02:00
parent c0e60ccf9a
commit 6a2c78288a
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -2722,7 +2722,7 @@ interrupted, published, and collaborated on while in progress.")
(define-public git-lfs (define-public git-lfs
(package (package
(name "git-lfs") (name "git-lfs")
(version "2.13.2") (version "2.13.3")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -2731,7 +2731,7 @@ interrupted, published, and collaborated on while in progress.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0gfpzdya48phwln61746ii78sq55mhzj938lz8x062xkkcsdvbf4")))) "0r7dmqhkhz91d3n7qfpny483x8f1n88yya22j2fvx75rgg33z2sg"))))
(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"