guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 3149b79fa69c0773a05a6f5d898c88d6df505c04
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Jul 24 12:36:19 2026 +0100
gnu: go-github-com-jhillyerd-enmime-v2: Update to 2.4.1.
* gnu/packages/golang-web.scm (go-github-com-jhillyerd-enmime-v2): Update
to 2.4.1.
[propagated-inputs]: Add go-github-com-cention-sany-utf7,
go-github-com-gogs-chardet,
go-github-com-inbucket-html2text, go-github-com-pkg-errors, and
go-golang-org-x-text.
---
gnu/packages/golang-web.scm | 16 +++++++++++-----
1 file changed, 11 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index e51af379ac..1f6fa37a97 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -12061,19 +12061,25 @@ geared towards parsing MIME encoded emails.")
(package
(inherit go-github-com-jhillyerd-enmime)
(name "go-github-com-jhillyerd-enmime-v2")
- (version "2.1.0")
+ (version "2.4.1")
(source
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/jhillyerd/enmime")
- (commit (string-append "v" version))))
+ (url "https://github.com/jhillyerd/enmime")
+ (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0ahw8bxwp8zbi7qgq2d49hd31iznc8njjjzk84xmxa30qyb3ilgc"))))
+ (base32 "1diiz7y86ac8mv5dzd44x46gcqay4zy8yfhbfcrgi75mk4xxyp7l"))))
(arguments
(list
- #:import-path "github.com/jhillyerd/enmime/v2"))))
+ #:import-path "github.com/jhillyerd/enmime/v2"))
+ (propagated-inputs
+ (list go-github-com-cention-sany-utf7
+ go-github-com-gogs-chardet
+ go-github-com-inbucket-html2text
+ go-github-com-pkg-errors
+ go-golang-org-x-text))))
(define-public go-github-com-jlaffaye-ftp
(package