sharlatan pushed a commit to branch go-team in repository guix. commit fc0bc07937678b9f9391cce1fec5200020ee1952 Author: Sharlatan Hellseher <sharlata...@gmail.com> AuthorDate: Mon Feb 24 07:45:38 2025 +0000
gnu: git-lfs: Update to 3.6.1. * gnu/packages/version-control.scm (git-lfs): Update to 3.6.1. Change-Id: Id3fed2085f43d18e0f7430d62e125b2a86accb5a --- gnu/packages/version-control.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index 971e199c43..c83bcd1382 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -4025,7 +4025,7 @@ will reconstruct the object along its delta-base chain and return it.") (define-public git-lfs (package (name "git-lfs") - (version "3.6.0") + (version "3.6.1") (source (origin (method git-fetch) (uri (git-reference @@ -4034,7 +4034,7 @@ will reconstruct the object along its delta-base chain and return it.") (file-name (git-file-name name version)) (sha256 (base32 - "09ry2nq5bpdxk446dyhc0d6d85wy5x2i5ckwwg9r00a3zdp5v4ry")))) + "02819i3sd9qjw89lcpv6rmhfqaxkz1pddqw8havw3ysmcmhmb7yd")))) (build-system go-build-system) (arguments (list