guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: alpine: Update to 2.24.2.


From: guix-commits
Subject: branch master updated: gnu: alpine: Update to 2.24.2.
Date: Fri, 02 Jul 2021 02:55:55 -0400

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

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 87232a8  gnu: alpine: Update to 2.24.2.
87232a8 is described below

commit 87232a8c2f07878a6bd31fe61a470a351722766b
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Jul 2 08:54:43 2021 +0200

    gnu: alpine: Update to 2.24.2.
    
    * gnu/packages/mail.scm (alpine): Update to 2.24.2.
---
 gnu/packages/mail.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 88858ee..67d247f 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -3625,7 +3625,7 @@ operators and scripters.")
 (define-public alpine
   (package
     (name "alpine")
-    (version "2.24.1")
+    (version "2.24.2")
     (source
      (origin
        (method git-fetch)
@@ -3638,7 +3638,7 @@ operators and scripters.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0dvp6m9xdxycc2lh4cbp6wvq0bkqmmkzs4c4aqsa321p7y03vs9q"))
+        (base32 "0ibwss04j4qbhpd3jcw3d4xjf8jnmb9fi3sz58a99xw3awkfjabd"))
        (modules '((guix build utils)))
        (snippet
         '(begin



reply via email to

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