guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 7b871ae9cea4f5a7a6597ace9efc0cc982324186
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Sep 7 15:34:35 2025 +0100

    gnu: gofumpt: Switch to package/inherit.
    
    * gnu/packages/golang-xyz.scm (gofumpt): Switch to package/inherit.
    
    Change-Id: I5b54afd3c8bfc7096c3258b090380d6f2910dffc
---
 gnu/packages/golang-xyz.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 8b215a04dc..1a3bf70998 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -23888,8 +23888,7 @@ tool."))))
 tool."))))
 
 (define-public gofumpt
-  (package
-    (inherit go-mvdan-cc-gofumpt)
+  (package/inherit go-mvdan-cc-gofumpt
     (name "gofumpt")
     (arguments
      (substitute-keyword-arguments

Reply via email to