diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-09-03 19:43:06 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-11-09 21:33:38 +0000 |
commit | 2c173a76e4ab38ed108b4491f535da5fd20e830e (patch) | |
tree | 9886f52be5ac68c0253bed5a50b04c3a2c3b5242 /gnu | |
parent | f9786d251970e740230716334e53562c8cbf5d4c (diff) | |
download | guix-2c173a76e4ab38ed108b4491f535da5fd20e830e.tar.gz guix-2c173a76e4ab38ed108b4491f535da5fd20e830e.zip |
gnu: go-github-com-jhillyerd-enmime: Update to 1.3.0.
* gnu/packages/golang-web.scm (go-github-com-jhillyerd-enmime): Update to 1.3.0.
[propagated-inputs]: Remove go-github-com-go-test-deep.
[native-inptus]: Add go-github-com-go-test-deep.
Change-Id: Ie57f6739250ffcaf1b24564b8fba44fdd2d52fce
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/golang-web.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm index 2c3e8e41c3..477afba2a8 100644 --- a/gnu/packages/golang-web.scm +++ b/gnu/packages/golang-web.scm @@ -2550,7 +2550,7 @@ Microsoft AD PAC authorization data.") (define-public go-github-com-jhillyerd-enmime (package (name "go-github-com-jhillyerd-enmime") - (version "1.2.0") + (version "1.3.0") (source (origin (method git-fetch) @@ -2559,15 +2559,15 @@ Microsoft AD PAC authorization data.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "03pir9wq9ha2i2ifj819yv5i0lvrgdn904ksbzgc3k8bqc497ydn")))) + (base32 "1mlgnk0y0d8njx7h66w6bhr95zh2ccg1hxlnm15i2lfh6l58s60q")))) (build-system go-build-system) (arguments (list #:import-path "github.com/jhillyerd/enmime")) (native-inputs - (list go-github-com-stretchr-testify)) + (list go-github-com-go-test-deep + go-github-com-stretchr-testify)) (propagated-inputs (list go-github-com-cention-sany-utf7 - go-github-com-go-test-deep go-github-com-gogs-chardet go-github-com-jaytaylor-html2text go-github-com-pkg-errors |