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

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 737e58d7eb gnu: lfs-s3: Update to 0.2.1.
737e58d7eb is described below

commit 737e58d7eb99ba8806c7dd7690c44b0db2d998e3
Author: Nicolas Graves <[email protected]>
AuthorDate: Fri Oct 31 22:20:02 2025 +0100

    gnu: lfs-s3: Update to 0.2.1.
    
    * gnu/packages/version-control.scm (lfs-s3): Update to 0.2.1.
    [home-page]: Refresh it.
    [source]: Improve style.
    [propagated-inputs]: Add go-github-com-klauspost-compress.
    
    Change-Id: Ibbb13b3cdf1250ca64c34edaba09ac2a40c66b06
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/version-control.scm | 27 ++++++++++++++-------------
 1 file changed, 14 insertions(+), 13 deletions(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 0af23f0f49..fcb3125b2f 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -128,6 +128,7 @@
   #:use-module (gnu packages golang)
   #:use-module (gnu packages golang-build)
   #:use-module (gnu packages golang-check)
+  #:use-module (gnu packages golang-compression)
   #:use-module (gnu packages golang-crypto)
   #:use-module (gnu packages golang-vcs)
   #:use-module (gnu packages golang-web)
@@ -4288,27 +4289,27 @@ file contents on a remote server.")
 (define-public lfs-s3
   (package
     (name "lfs-s3")
-    (version "0.1.5")
-    (source (origin
-              (method git-fetch)
-              (uri (git-reference
-                    (url "https://git.sr.ht/~ngraves/lfs-s3";)
-                    (commit version)))
-              (file-name (git-file-name name version))
-              (sha256
-               (base32
-                "0yilbxpia2lh36s872hiji77hazy83h2zc0iyqldrf3r18szqniw"))))
+    (version "0.2.1")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+              (url "https://github.com/nicolas-graves/lfs-s3";)
+              (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1d2jwpqfbcd1hb213i6fjln0sqyg8ldjfrkzf312mivp2b1bxjl3"))))
     (build-system go-build-system)
     (arguments
      (list
-      #:go go-1.23
-      #:import-path "git.sr.ht/~ngraves/lfs-s3"))
+      #:import-path "github.com/nicolas-graves/lfs-s3"))
     (inputs (list git-lfs))
     (propagated-inputs
      (list go-github-com-aws-aws-sdk-go-v2
            go-github-com-aws-aws-sdk-go-v2-config
            go-github-com-aws-aws-sdk-go-v2-feature-s3-manager
-           go-github-com-aws-aws-sdk-go-v2-service-s3))
+           go-github-com-aws-aws-sdk-go-v2-service-s3
+           go-github-com-klauspost-compress))
     (home-page "https://git.sr.ht/~ngraves/lfs-s3/";)
     (synopsis "Git extension for versioning large files in S3")
     (description

Reply via email to