[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/172: gnu: go-github-com-jhillyerd-enmime: Update to 1.3.0.
From: |
guix-commits |
Subject: |
04/172: gnu: go-github-com-jhillyerd-enmime: Update to 1.3.0. |
Date: |
Mon, 21 Oct 2024 17:30:23 -0400 (EDT) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit c8d27eaf4c92587fde71797591849cfea7fd47fe
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Tue Sep 3 19:43:06 2024 +0100
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
---
gnu/packages/golang-web.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index cf652a0248..9cd00415b2 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -2499,7 +2499,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)
@@ -2508,15 +2508,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
- branch go-team created (now 444d35e295), guix-commits, 2024/10/21
- 02/172: gnu: go-github-com-lithammer-fuzzysearch: Move to golang-xyz., guix-commits, 2024/10/21
- 03/172: gnu: Remove go-github-com-niemeyer-pretty., guix-commits, 2024/10/21
- 04/172: gnu: go-github-com-jhillyerd-enmime: Update to 1.3.0.,
guix-commits <=
- 06/172: gnu: go-github-com-jaytaylor-html2text: Update to 0.0.0-20230321000545-74c2419ad056., guix-commits, 2024/10/21
- 01/172: gnu: go-github-com-lithammer-fuzzysearch: Enable tests., guix-commits, 2024/10/21
- 05/172: gnu: go-github-com-gogs-chardet: Move to golang-xyz., guix-commits, 2024/10/21
- 08/172: gnu: go-github-com-jaytaylor-html2text: Move to golang-web., guix-commits, 2024/10/21
- 10/172: gnu: go-github-com-operatorfoundation-monolith-go: Update to 1.0.10., guix-commits, 2024/10/21
- 15/172: gnu: go-github-com-aws-aws-sdk-go-v2: Update to 1.30.5., guix-commits, 2024/10/21
- 07/172: gnu: go-github-com-jaytaylor-html2text: Enable tests., guix-commits, 2024/10/21
- 17/172: build-system/go: Allow providing additional test flags., guix-commits, 2024/10/21
- 16/172: import/go: Add comment about monorepo., guix-commits, 2024/10/21
- 22/172: import/go: Add diagnostics., guix-commits, 2024/10/21