gnu: go-github-com-jhillyerd-enmime: Update to 1.2.0.

* gnu/packages/golang.scm (go-github-com-jhillyerd-enmime): Update to 1.2.0.
[propagated-inputs]: Remove go-golang-org-x-net, go-github-com-stretchr-testify,
go-github-com-ssor-bom, go-github-com-rivo-uniseg,
go-github-com-olekukonko-tablewriter, and
go-github-com-mattn-go-runewidth.
[native-inputs]: Add go-github-com-stretchr-testify.

Change-Id: I9e5d16f0547732263e9fcf8a75b95a97c9d4a2df
This commit is contained in:
Sharlatan Hellseher 2024-07-15 08:01:27 +01:00
parent bf56c9cb8b
commit 0595f60fa7
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -9026,7 +9026,7 @@ (define-public go-github-com-jaytaylor-html2text
(define-public go-github-com-jhillyerd-enmime (define-public go-github-com-jhillyerd-enmime
(package (package
(name "go-github-com-jhillyerd-enmime") (name "go-github-com-jhillyerd-enmime")
(version "0.9.4") (version "1.2.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -9035,22 +9035,19 @@ (define-public go-github-com-jhillyerd-enmime
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"124dqm598phbmalyx2gmxk201z9kq4ckvvdq8rc0akjlp24nxqbb")))) "03pir9wq9ha2i2ifj819yv5i0lvrgdn904ksbzgc3k8bqc497ydn"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
(list #:import-path "github.com/jhillyerd/enmime")) (list #:import-path "github.com/jhillyerd/enmime"))
(propagated-inputs (list go-golang-org-x-text (native-inputs
go-golang-org-x-net (list go-github-com-stretchr-testify))
go-github-com-stretchr-testify (propagated-inputs (list
go-github-com-ssor-bom go-github-com-cention-sany-utf7
go-github-com-rivo-uniseg go-github-com-go-test-deep
go-github-com-pkg-errors
go-github-com-olekukonko-tablewriter
go-github-com-mattn-go-runewidth
go-github-com-gogs-chardet go-github-com-gogs-chardet
go-github-com-jaytaylor-html2text go-github-com-jaytaylor-html2text
go-github-com-go-test-deep go-github-com-pkg-errors
go-github-com-cention-sany-utf7)) go-golang-org-x-text))
(home-page "https://github.com/jhillyerd/enmime") (home-page "https://github.com/jhillyerd/enmime")
(synopsis "MIME encoder and decoder for Go") (synopsis "MIME encoder and decoder for Go")
(description (description