gnu: Add go-github-com-protonmail-go-mime.

* gnu/packages/golang-web.scm (go-github-com-protonmail-go-mime): New
variable.

Change-Id: Id5256d434a256f487c03dd39340d6ed5718b94b7
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Patrick Norton 2025-11-24 14:37:25 -05:00 committed by Sharlatan Hellseher
parent e6dfc01f32
commit 8c9eaa5bd9
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -11432,6 +11432,30 @@ serialization and are generally 2 to 3 times faster. In cases where
changes.")
(license license:asl2.0)))
(define-public go-github-com-protonmail-go-mime
(package
(name "go-github-com-protonmail-go-mime")
(version "0.0.0-20230322103455-7d82a3887f2f")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/ProtonMail/go-mime")
(commit (go-version->git-ref version))))
(file-name (git-file-name name version))
(sha256
(base32 "0n7q98dsw4v2zjf2bhi8gc4map1fc8m9p9v95mqcljnfp5kncxwz"))))
(build-system go-build-system)
(arguments
(list
#:import-path "github.com/ProtonMail/go-mime"))
(propagated-inputs
(list go-golang-org-x-text))
(home-page "https://github.com/ProtonMail/go-mime")
(synopsis "Go Mime Wrapper Library")
(description "This package provides a parser for MIME messages.")
(license license:expat)))
(define-public go-github-com-puerkitobio-goquery
(package
(name "go-github-com-puerkitobio-goquery")