mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: claws-mail: Update to 4.1.0.
* gnu/packages/mail.scm (claws-mail): Update to 4.1.0.
This commit is contained in:
parent
cb475aea08
commit
b76a0cbe49
1 changed files with 3 additions and 3 deletions
|
@ -1631,7 +1631,7 @@ (define-public compface
|
|||
(define-public claws-mail
|
||||
(package
|
||||
(name "claws-mail")
|
||||
(version "4.0.0")
|
||||
(version "4.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -1639,7 +1639,7 @@ (define-public claws-mail
|
|||
(string-append "https://www.claws-mail.org/releases/claws-mail-"
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0xg41rxxq2q5vhjzbh8p12s248kcljk6g7y0m6raq7nrllkbvwja"))))
|
||||
(base32 "13ksh4iwr23zi86fwmiwxha94xqrr5zxq373i82rwaldvfh9q6hf"))))
|
||||
(build-system glib-or-gtk-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
|
@ -1669,7 +1669,7 @@ (define-public claws-mail
|
|||
(search-input-file inputs "/share/mime/globs"))))))))
|
||||
(native-inputs
|
||||
(list bison
|
||||
;;("docbook-utils" ,docbook-utils)
|
||||
;;docbook-utils
|
||||
flex
|
||||
gettext-minimal
|
||||
gobject-introspection
|
||||
|
|
Loading…
Reference in a new issue