guix-commits
[Top][All Lists]
Advanced

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

16/26: gnu: balsa: Update to 2.6.3.


From: guix-commits
Subject: 16/26: gnu: balsa: Update to 2.6.3.
Date: Fri, 3 Sep 2021 17:27:38 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 5b54a6d9e4962508f6f86ead8ffee2fd1561cd90
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Sep 3 18:48:42 2021 +0200

    gnu: balsa: Update to 2.6.3.
    
    * gnu/packages/mail.scm (balsa): Update to 2.6.3.
---
 gnu/packages/mail.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 87094cb..eb27325 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -3760,14 +3760,14 @@ tools and applications:
 (define-public balsa
   (package
     (name "balsa")
-    (version "2.6.2")
+    (version "2.6.3")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://pawsa.fedorapeople.org/balsa/";
-                           "balsa-" version ".tar.bz2"))
+                           "balsa-" version ".tar.xz"))
        (sha256
-        (base32 "1w0239i01mw4wwwy7xh8gz7zgl5khwvfm5wy35x0swvvax021mai"))))
+        (base32 "1m0x3rk7cp7slr47rmg4y91rbxgs652v706lyxj600m5r5v4bl6l"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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