guix-commits
[Top][All Lists]
Advanced

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

09/15: gnu: go-github-com-masterminds-goutils: Update to 1.1.1.


From: guix-commits
Subject: 09/15: gnu: go-github-com-masterminds-goutils: Update to 1.1.1.
Date: Thu, 5 Aug 2021 10:03:09 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit dadb275ff8029e4dc9529ce44e0773c980e6c223
Author: Sarah Morgensen <iskarian@mgsn.dev>
AuthorDate: Fri Jun 25 00:20:58 2021 -0700

    gnu: go-github-com-masterminds-goutils: Update to 1.1.1.
    
    * gnu/packages/golang.scm (go-github-com-masterminds-goutils): Update to 
1.1.1.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/golang.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 6b52d2a..983baf9 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -6334,7 +6334,7 @@ suffix comparison, rather than the string-based or 
tree-based approaches.")
 (define-public go-github-com-masterminds-goutils
   (package
     (name "go-github-com-masterminds-goutils")
-    (version "1.1.0")
+    (version "1.1.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -6343,7 +6343,7 @@ suffix comparison, rather than the string-based or 
tree-based approaches.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "180px47gj936qyk5bkv5mbbgiil9abdjq6kwkf7sq70vyi9mcfiq"))))
+                "09m4mbcdlv9ng3xcrmjlxi0niavby52y9nl2jhjnbx1xxpjw0jrh"))))
     (build-system go-build-system)
     (arguments
      `(#:import-path "github.com/Masterminds/goutils"))



reply via email to

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