guix-commits
[Top][All Lists]
Advanced

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

09/12: gnu: balsa: Update to 2.6.4.


From: guix-commits
Subject: 09/12: gnu: balsa: Update to 2.6.4.
Date: Thu, 1 Dec 2022 18:25:10 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit c091339204929b22e9c2bf0c13f33ca8a1154c03
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Nov 30 14:15:30 2022 +0100

    gnu: balsa: Update to 2.6.4.
    
    * gnu/packages/mail.scm (balsa): Update to 2.6.4.
---
 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 894a131732..fe6f122812 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -3813,14 +3813,14 @@ tools and applications:
 (define-public balsa
   (package
     (name "balsa")
-    (version "2.6.3")
+    (version "2.6.4")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://pawsa.fedorapeople.org/balsa/";
                            "balsa-" version ".tar.xz"))
        (sha256
-        (base32 "1m0x3rk7cp7slr47rmg4y91rbxgs652v706lyxj600m5r5v4bl6l"))))
+        (base32 "1hcgmjka2x2igdrmvzlfs12mv892kv4vzv5iy90kvcqxa625kymy"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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