guix-commits
[Top][All Lists]
Advanced

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

05/12: gnu: git-lfs: Update to 3.4.0.


From: guix-commits
Subject: 05/12: gnu: git-lfs: Update to 3.4.0.
Date: Wed, 16 Aug 2023 17:16:40 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 483bdcdb974cdf54911707b2ba5f7a33edac5156
Author: Juliana Sims <juli@incana.org>
AuthorDate: Wed Jul 26 23:14:58 2023 -0400

    gnu: git-lfs: Update to 3.4.0.
    
    * gnu/packages/version-control.scm (git-lfs): Update to 3.4.0.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 42a9552ac8..699a091642 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -3097,7 +3097,7 @@ will reconstruct the object along its delta-base chain 
and return it.")
 (define-public git-lfs
   (package
     (name "git-lfs")
-    (version "3.3.0")
+    (version "3.4.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -3106,7 +3106,7 @@ will reconstruct the object along its delta-base chain 
and return it.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1g268pplld04b9myhlrwc4fd8r1hvfyya5ja8wr558rar3pgsp5g"))))
+                "0ljjs8kyznp2ifkqdcd9q3550sknyx5qxx247icwkd9djjq7x74m"))))
     (build-system go-build-system)
     (arguments
      (list



reply via email to

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