guix-commits
[Top][All Lists]
Advanced

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

04/26: gnu: balsa: Update to 2.6.1.


From: guix-commits
Subject: 04/26: gnu: balsa: Update to 2.6.1.
Date: Mon, 25 May 2020 18:20:00 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit e8c1e27f8ea87bb3b401b4f37457533a562fbe66
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Mon May 25 22:12:58 2020 +0200

    gnu: balsa: Update to 2.6.1.
    
    * gnu/packages/mail.scm (balsa): Update to 2.6.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 8e72edc..c374084 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -2762,14 +2762,14 @@ tools and applications:
 (define-public balsa
   (package
     (name "balsa")
-    (version "2.6.0")
+    (version "2.6.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://pawsa.fedorapeople.org/balsa/";
                            name "-" version ".tar.bz2"))
        (sha256
-        (base32 "0ycidvgy9npd6avxk88sf2ca609m7zb0hzrk1yajrgwb1rfqx68a"))))
+        (base32 "1xkxx801p7sbfkn0bh3cz85wra4xf1z1zhjqqc80z1z1nln7fhb4"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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