guix-commits
[Top][All Lists]
Advanced

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

399/401: gnu: go-github-com-polydawn-refmt: Update to 0.89.0.


From: guix-commits
Subject: 399/401: gnu: go-github-com-polydawn-refmt: Update to 0.89.0.
Date: Thu, 26 Dec 2024 19:31:33 -0500 (EST)

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

commit 378949a285fee2c0ec73aa9c1385299c68bdaca3
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Dec 26 23:43:46 2024 +0000

    gnu: go-github-com-polydawn-refmt: Update to 0.89.0.
    
    * gnu/packages/golang-xyz.scm (go-github-com-polydawn-refmt): Update to 
0.89.0.
    [propagated-inputs]: Remove go-gopkg-in-yaml-v2; add 
go-github-com-go-yaml-yaml.
    
    Change-Id: I70ca4a256ec7e7cb6f06fea729f469e9850a6e58
---
 gnu/packages/golang-xyz.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 0a67fbfcff..0409d20d63 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -9102,25 +9102,25 @@ Pion}.")
 (define-public go-github-com-polydawn-refmt
   (package
     (name "go-github-com-polydawn-refmt")
-    (version "0.89.1-0.20231129105047-37766d95467a")
+    (version "0.89.0")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
              (url "https://github.com/polydawn/refmt/";)
-             (commit (go-version->git-ref version))))
+             (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0grgzacc7igfndk1v3n1g6k4wdz6bjsiqfq3n5br2zpr7n40ha9n"))))
+        (base32 "1v4av75nlgvps5q2h3q6w3cmry0gg316l82zmj6sph9bp2c87621"))))
     (build-system go-build-system)
     (arguments
      (list
       #:import-path "github.com/polydawn/refmt"))
     (propagated-inputs
-     (list go-github-com-urfave-cli
-           go-github-com-warpfork-go-wish
+     (list go-github-com-go-yaml-yaml
            go-github-com-smartystreets-goconvey
-           go-gopkg-in-yaml-v2))
+           go-github-com-urfave-cli
+           go-github-com-warpfork-go-wish))
     (home-page "https://github.com/polydawn/refmt/";)
     (synopsis "Object mapping for Go language")
     (description



reply via email to

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