guix-commits
[Top][All Lists]
Advanced

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

06/45: gnu: go-github-com-michiwend-golang-pretty: Update to 0.0.0-20141


From: guix-commits
Subject: 06/45: gnu: go-github-com-michiwend-golang-pretty: Update to 0.0.0-20141116172505-8ac61812ea3f.
Date: Sat, 11 Jan 2025 18:19:09 -0500 (EST)

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

commit 9186dac3856e86d2183ae640d2d0c4cb7777f6bf
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Jan 11 12:49:27 2025 +0000

    gnu: go-github-com-michiwend-golang-pretty: Update to 
0.0.0-20141116172505-8ac61812ea3f.
    
    * gnu/packages/golang.scm (go-github-com-michiwend-golang-pretty): Update 
to 0.0.0-20141116172505-8ac61812ea3f.
    [propagated-inputs]: Add go-github-com-kr-text.
    [native-inputs]: Remove go-github-com-kr-text.
    
    Change-Id: Ice10be459ce271cf94df6171cc60b9082717418f
---
 gnu/packages/golang.scm | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 57e4f6ab20..d4696cac75 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -2162,24 +2162,22 @@ be performed.")
       (license license:expat))))
 
 (define-public go-github-com-michiwend-golang-pretty
-  (let ((commit "8ac61812ea3fa540f3f141a444fcb0dd713cdca4")
-        (revision "0"))
     (package
       (name "go-github-com-michiwend-golang-pretty")
-      (version (git-version "0.0.0" revision commit))
+      (version "0.0.0-20141116172505-8ac61812ea3f")
       (source
        (origin
          (method git-fetch)
          (uri (git-reference
                (url
                 "https://github.com/michiwend/golang-pretty";)
-               (commit commit)))
+               (commit (go-version->git-ref version))))
          (file-name (git-file-name name version))
          (sha256
           (base32
            "0rjfms0csjqi91xnddzx3rcrcaikc7xc027617px3kdwdap80ir4"))))
       (build-system go-build-system)
-      (native-inputs
+      (propagated-inputs
        (list go-github-com-kr-text))
       (arguments
        `(#:tests? #f                    ; Upstream tests seem to be broken.
@@ -2193,7 +2191,7 @@ in the terminal.
 It provides a function, @code{Formatter}, that can be used with any function
 that accepts a format string.  It also provides convenience wrappers for
 functions in packages @code{fmt} and @code{log}.")
-      (license license:expat))))
+      (license license:expat)))
 
 (define-public go-github-com-michiwend-gomusicbrainz
   (let ((commit "0cdeb13f9b24d2c714feb7e3c63d595cf7121d7d")



reply via email to

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