guix-commits
[Top][All Lists]
Advanced

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

153/401: gnu: go-github-com-go-git-go-billy-v5: Update to 5.6.0.


From: guix-commits
Subject: 153/401: gnu: go-github-com-go-git-go-billy-v5: Update to 5.6.0.
Date: Thu, 26 Dec 2024 19:30:48 -0500 (EST)

sharlatan pushed a commit to branch go-team
in repository guix.

commit d2c2fbf627cbef33f241bab76d36f84dfd84e746
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Dec 15 12:15:58 2024 +0000

    gnu: go-github-com-go-git-go-billy-v5: Update to 5.6.0.
    
    * gnu/packages/golang-xyz.scm (go-github-com-go-git-go-billy-v5): Update to 
5.6.0.
    [native-inputs]: Add go-github-com-stretchr-testify.
    
    Change-Id: I665cfd94dcee91bafe5929f07a18e64f62a6430a
---
 gnu/packages/golang-xyz.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index bde23312cf..7605f1bf04 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -3762,7 +3762,7 @@ error return.")
 (define-public go-github-com-go-git-go-billy-v5
   (package
     (name "go-github-com-go-git-go-billy-v5")
-    (version "5.5.0")
+    (version "5.6.0")
     (source
      (origin
        (method git-fetch)
@@ -3771,13 +3771,14 @@ error return.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1r7hfwc6lqnb7jhbbmicdlb3yipjyazq3pndpffw026fcq7jhxg1"))))
+        (base32 "061yczvpxq5xcnjbi8ywx0qvrispi8pwk3nqky5cv1dsi6xzkchc"))))
     (build-system go-build-system)
     (arguments
      (list
       #:import-path "github.com/go-git/go-billy/v5"))
     (native-inputs
      (list go-github-com-onsi-gomega
+           go-github-com-stretchr-testify
            go-gopkg-in-check-v1))
     (propagated-inputs
      (list go-github-com-cyphar-filepath-securejoin



reply via email to

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