mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-08 03:59:40 +01:00
gnu: balsa: Update to 2.6.1.
* gnu/packages/mail.scm (balsa): Update to 2.6.1.
This commit is contained in:
parent
3102e8d37c
commit
e8c1e27f8e
1 changed files with 2 additions and 2 deletions
|
@ -2762,14 +2762,14 @@ tools and applications:
|
||||||
(define-public balsa
|
(define-public balsa
|
||||||
(package
|
(package
|
||||||
(name "balsa")
|
(name "balsa")
|
||||||
(version "2.6.0")
|
(version "2.6.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://pawsa.fedorapeople.org/balsa/"
|
(uri (string-append "https://pawsa.fedorapeople.org/balsa/"
|
||||||
name "-" version ".tar.bz2"))
|
name "-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0ycidvgy9npd6avxk88sf2ca609m7zb0hzrk1yajrgwb1rfqx68a"))))
|
(base32 "1xkxx801p7sbfkn0bh3cz85wra4xf1z1zhjqqc80z1z1nln7fhb4"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
|
Loading…
Add table
Reference in a new issue