[bug#77248] gnu: go-github-com-lyft-protoc-gen-star-v2: Update to 2.0.4.

Message ID 427f2e1694d36d8ca21758b46ad3f70e7f56a520.1742858367.git.jussi.timperi@iki.fi
State New
Headers
Series [bug#77248] gnu: go-github-com-lyft-protoc-gen-star-v2: Update to 2.0.4. |

Commit Message

Jussi Timperi March 25, 2025, 9:11 a.m. UTC
  * gnu/packages/golang-xyz.scm (go-github-com-lyft-protoc-gen-star-v2): Update to 2.0.4.

Change-Id: I5447a3c5612b2258e91395748c6f4646c39caafc
---
 gnu/packages/golang-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


base-commit: ce086e31f0f5c78be76fd228dfd7718ff6df584e
  

Comments

Sharlatan Hellseher March 26, 2025, 8:27 p.m. UTC | #1
Hi Jussi,

Usually Golang dependencies need updating when the leaf final package
needs a fresh version. Is it a plan to update some of the final binary
after that?

--
Oleg
  
Jussi Timperi March 28, 2025, 10:54 a.m. UTC | #2
Hi Oleg,

Sharlatan Hellseher <sharlatanus@gmail.com> writes:
> Is it a plan to update some of the final binary after that?

There doesn't seem to be any packages that depend on this package. Is it
more common practice to remove such packages from the guix tree?

I originally refreshed it for development outside guix proper that
required the single function the new version adds.

Best,
--
Jussi
  
Sharlatan Hellseher March 28, 2025, 2:59 p.m. UTC | #3
Hi,

Pushed to master as 4f246eb90b351d2bfd7cf4a6f5793553895465ad.

--
Oleg
  

Patch

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 13eb2b4c7f..a61840f8a1 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -10159,7 +10159,7 @@  (define-public go-github-com-lunixbochs-vtclean
 (define-public go-github-com-lyft-protoc-gen-star-v2
   (package
     (name "go-github-com-lyft-protoc-gen-star-v2")
-    (version "2.0.3")
+    (version "2.0.4")
     (source
      (origin
        (method git-fetch)
@@ -10168,7 +10168,7 @@  (define-public go-github-com-lyft-protoc-gen-star-v2
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0c0w7xlarzkmbfsxdknakmnm562q3whxgs3ck3icwrva3dim94qc"))))
+        (base32 "1ay8fni2m7ic811qjisinxiw1hl7c6fflwnv3hwlghsnwimnlq9f"))))
     (build-system go-build-system)
     (arguments
      (list