guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: guile-email: Update to 0.3.1.


From: guix-commits
Subject: branch master updated: gnu: guile-email: Update to 0.3.1.
Date: Sun, 03 Sep 2023 19:53:02 -0400

This is an automated email from the git hooks/post-receive script.

arunisaac pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 7f20bed6c0 gnu: guile-email: Update to 0.3.1.
7f20bed6c0 is described below

commit 7f20bed6c08b13e825a7ca9e94953335316983b9
Author: Arun Isaac <arunisaac@systemreboot.net>
AuthorDate: Mon Sep 4 00:51:53 2023 +0100

    gnu: guile-email: Update to 0.3.1.
    
    * gnu/packages/guile-xyz.scm (guile-email): Update to 0.3.1.
---
 gnu/packages/guile-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 46fa04b91a..123845a3f1 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -1554,7 +1554,7 @@ tracker's SOAP service, such as 
@url{https://bugs.gnu.org}.";)
 (define-public guile-email
   (package
     (name "guile-email")
-    (version "0.3.0")
+    (version "0.3.1")
     (source
      (origin
        (method git-fetch)
@@ -1564,7 +1564,7 @@ tracker's SOAP service, such as 
@url{https://bugs.gnu.org}.";)
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0q98r460yr75gyxg06zrrixwazncd9nxl2pgr68mff2wf41f291h"))))
+         "09r50zbkyxvg6f7qn37yibasw69ajxls3sgdnhy9j70mbvcmx9c4"))))
     (build-system gnu-build-system)
     (native-inputs
      (list texinfo))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]