diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-07-26 21:32:53 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-07-26 21:32:53 +0100 |
commit | 60c96b2f77174e46bf1584aed07e662eade2c70a (patch) | |
tree | 389e13f8a079f4381481067296d3eee11738520f /gnu/packages/golang.scm | |
parent | 9e79d8dc5afc36a5b90f06a2b529b7f1c02fc20e (diff) | |
download | guix-60c96b2f77174e46bf1584aed07e662eade2c70a.tar.gz guix-60c96b2f77174e46bf1584aed07e662eade2c70a.zip |
gnu: go-github-com-emersion-go-message: Update to 0.18.1.
* gnu/packages/golang.scm (go-github-com-emersion-go-message): Update to 0.18.1.
[propagated-inputs]: Remove go-github-com-emersion-go-textwrapper.
Change-Id: I136df111c87e0476cbdd71f2e3e2ec8306d09456
Diffstat (limited to 'gnu/packages/golang.scm')
-rw-r--r-- | gnu/packages/golang.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index aff21c7c35..4738179bce 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -8628,7 +8628,7 @@ email library.") (define-public go-github-com-emersion-go-message (package (name "go-github-com-emersion-go-message") - (version "0.16.0") + (version "0.18.1") (source (origin (method git-fetch) (uri (git-reference @@ -8637,12 +8637,12 @@ email library.") (file-name (git-file-name name version)) (sha256 (base32 - "1j5qdhsna28xcs843zsiccw700rld5hin466dl0n3a0ax1w13ay0")))) + "0gzcgrs5sava8fpybp5cw6f3zqnbz096wf93hcgkrg94wl1g7kqb")))) (build-system go-build-system) (arguments (list #:import-path "github.com/emersion/go-message")) - (propagated-inputs (list go-golang-org-x-text - go-github-com-emersion-go-textwrapper)) + (propagated-inputs + (list go-golang-org-x-text)) (home-page "https://github.com/emersion/go-message") (synopsis "Internet messages and MIME for Go") (description |