diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-09-03 18:48:42 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-09-03 23:26:20 +0200 |
commit | 5b54a6d9e4962508f6f86ead8ffee2fd1561cd90 (patch) | |
tree | daed6951a784eaa5aa9a5c8a8a6b491e6ebcff22 | |
parent | 0dafe48ee712cbc1c050a5aaed3369f472b7a4b7 (diff) | |
download | guix-5b54a6d9e4962508f6f86ead8ffee2fd1561cd90.tar.gz guix-5b54a6d9e4962508f6f86ead8ffee2fd1561cd90.zip |
gnu: balsa: Update to 2.6.3.
* gnu/packages/mail.scm (balsa): Update to 2.6.3.
-rw-r--r-- | gnu/packages/mail.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 87094cb9eb..eb2732508b 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 |