guix-commits
[Top][All Lists]
Advanced

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

02/13: gnu: alpine: Update to 2.24.1.


From: guix-commits
Subject: 02/13: gnu: alpine: Update to 2.24.1.
Date: Tue, 27 Apr 2021 06:27:11 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 6eaba2bc86e109c71b66b6db4fe427cdfe34b21b
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Apr 24 16:32:32 2021 +0200

    gnu: alpine: Update to 2.24.1.
    
    * gnu/packages/mail.scm (alpine): Update to 2.24.1.
---
 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 c16a909..dc9c21f 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -3660,7 +3660,7 @@ operators and scripters.")
 (define-public alpine
   (package
     (name "alpine")
-    (version "2.24")
+    (version "2.24.1")
     (source
      (origin
        (method git-fetch)
@@ -3673,7 +3673,7 @@ operators and scripters.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0d5ybnsv29gs8krl66db56avmssq28jlg0qj5i1wka05ncc3740d"))
+        (base32 "0dvp6m9xdxycc2lh4cbp6wvq0bkqmmkzs4c4aqsa321p7y03vs9q"))
        (modules '((guix build utils)))
        (snippet
         '(begin



reply via email to

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