gnu: git-lfs: Update to 2.13.3.
authorTobias Geerinckx-Rice <me@tobias.gr>
Mon, 29 Mar 2021 13:15:03 +0000 (15:15 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Mon, 29 Mar 2021 17:39:18 +0000 (19:39 +0200)
* gnu/packages/version-control.scm (git-lfs): Update to 2.13.3.

gnu/packages/version-control.scm

index 95703e5..83780ca 100644 (file)
@@ -2722,7 +2722,7 @@ interrupted, published, and collaborated on while in progress.")
 (define-public git-lfs
   (package
     (name "git-lfs")
-    (version "2.13.2")
+    (version "2.13.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2731,7 +2731,7 @@ interrupted, published, and collaborated on while in progress.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0gfpzdya48phwln61746ii78sq55mhzj938lz8x062xkkcsdvbf4"))))
+                "0r7dmqhkhz91d3n7qfpny483x8f1n88yya22j2fvx75rgg33z2sg"))))
     (build-system go-build-system)
     (arguments
      `(#:import-path "github.com/git-lfs/git-lfs"