sharlatan pushed a commit to branch go-team
in repository guix.

commit 8c0be9fa2ad9127085f2b4841e3afad7fcf52351
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Sun Jul 28 00:18:34 2024 +0100

    gnu: go-github-com-emersion-go-smtp: Update to 0.21.3.
    
    * gnu/packages/golang.scm (go-github-com-emersion-go-smtp): Update to 
0.21.3.
    
    Change-Id: I6c7cf9add7b475e1a7b1bc85cadf1950f068803a
---
 gnu/packages/golang.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 1984c8b039..35aa4f2531 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -5650,7 +5650,7 @@ can be used to build IMAP clients and servers.")
 (define-public go-github-com-emersion-go-smtp
   (package
     (name "go-github-com-emersion-go-smtp")
-    (version "0.15.0")
+    (version "0.21.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -5659,7 +5659,7 @@ can be used to build IMAP clients and servers.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1vhc0vpjd4yhxk6wrh01sdpi7nprjn98s46yy82xwlkm0cskl0h7"))))
+                "0drvmvrkmhqhnv4m3my1hbkyyva2vi35b36j0pdi57xc9rflziq3"))))
     (build-system go-build-system)
     (arguments
      (list #:import-path "github.com/emersion/go-smtp"))

Reply via email to