~ruther/guix-local

07254750146c3e35ac531edbd98e09d5820f7126 — Sharlatan Hellseher 10 months ago 01ed8d5
gnu: go-mvdan-cc-gofumpt: Update to 0.9.2.

* gnu/packages/golang-xyz.scm (go-mvdan-cc-gofumpt): Update to 0.9.2.
[propagated-inputs]: Remove go-github-com-rogpeppe-go-internal; add
go-github-com-rogpeppe-go-internal-1.14.

Change-Id: I8057bad71a3d40b36a3a8730c38d48ea0893d934
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/golang-xyz.scm
M gnu/packages/golang-xyz.scm => gnu/packages/golang-xyz.scm +3 -3
@@ 26087,7 26087,7 @@ files, as defined in https://editorconfig.org/.")
(define-public go-mvdan-cc-gofumpt
  (package
    (name "go-mvdan-cc-gofumpt")
    (version "0.7.0")
    (version "0.9.2")
    (source
     (origin
       (method git-fetch)


@@ 26096,7 26096,7 @@ files, as defined in https://editorconfig.org/.")
             (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "0sz58av4jg0q26y1s4pznnvrzp1gi8brz9zw8aa46pzdmjw394wq"))))
        (base32 "0l93hl2k10hjzzxqn9lrnc1cdf1cj57zhsgnhqy6vaa7hbqs02ly"))))
    (build-system go-build-system)
    (arguments
     (list


@@ 26127,7 26127,7 @@ files, as defined in https://editorconfig.org/.")
     (list go-github-com-go-quicktest-qt))
    (propagated-inputs
     (list go-github-com-google-go-cmp
           go-github-com-rogpeppe-go-internal
           go-github-com-rogpeppe-go-internal-1.14
           go-golang-org-x-mod
           go-golang-org-x-sync
           go-golang-org-x-sys