guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: git-lfs: Update to 2.13.2.


From: guix-commits
Subject: branch master updated: gnu: git-lfs: Update to 2.13.2.
Date: Sun, 07 Feb 2021 04:16:18 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new d5a9c10  gnu: git-lfs: Update to 2.13.2.
d5a9c10 is described below

commit d5a9c10b02776b1da8d52aafdc161d3fa7d9cc18
Author: Vincent Legoll <vincent.legoll@gmail.com>
AuthorDate: Sat Feb 6 11:56:49 2021 +0100

    gnu: git-lfs: Update to 2.13.2.
    
    * gnu/packages/version-control.scm (git-lfs): Update to 2.13.2.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 afbae86..98de469 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -2667,7 +2667,7 @@ interrupted, published, and collaborated on while in 
progress.")
 (define-public git-lfs
   (package
     (name "git-lfs")
-    (version "2.11.0")
+    (version "2.13.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2676,7 +2676,7 @@ interrupted, published, and collaborated on while in 
progress.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "05qd96bn2cl7gn5qarbcv6scdpj28qiwdfzalamqk5jjiidpmng5"))))
+                "0gfpzdya48phwln61746ii78sq55mhzj938lz8x062xkkcsdvbf4"))))
     (build-system go-build-system)
     (arguments
      `(#:import-path "github.com/git-lfs/git-lfs"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]