guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit 0f75bb1fe1e43b99bb8ef84fdd7d64985d0062b3
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Jun 12 11:50:29 2025 +0100
gnu: Add go-github-com-jhillyerd-enmime-v2.
* gnu/packages/golang-web.scm (go-github-com-jhillyerd-enmime-v2): New
variable.
Change-Id: Idcb7b321361071b5f4b37a5d17f2eb9d7e8e2a69
---
gnu/packages/golang-web.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 2dd8f1babf..eb6eb11bc4 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -5026,6 +5026,24 @@ Call}.")
geared towards parsing MIME encoded emails.")
(license license:expat)))
+(define-public go-github-com-jhillyerd-enmime-v2
+ (package
+ (inherit go-github-com-jhillyerd-enmime)
+ (name "go-github-com-jhillyerd-enmime-v2")
+ (version "2.1.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/jhillyerd/enmime")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0ahw8bxwp8zbi7qgq2d49hd31iznc8njjjzk84xmxa30qyb3ilgc"))))
+ (arguments
+ (list
+ #:import-path "github.com/jhillyerd/enmime/v2"))))
+
(define-public go-github-com-jlaffaye-ftp
(package
(name "go-github-com-jlaffaye-ftp")