mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
gnu: mu: Update to 1.8.8.
* gnu/packages/mail.scm (mu): Update to 1.8.8.
This commit is contained in:
parent
b1ff8f33db
commit
bf35cded18
1 changed files with 2 additions and 2 deletions
|
@ -1160,7 +1160,7 @@ security functionality including PGP, S/MIME, SSH, and SSL.")
|
||||||
(define-public mu
|
(define-public mu
|
||||||
(package
|
(package
|
||||||
(name "mu")
|
(name "mu")
|
||||||
(version "1.8.7")
|
(version "1.8.8")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -1169,7 +1169,7 @@ security functionality including PGP, S/MIME, SSH, and SSL.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0yfbw234yqnqfnsn5bj1hqwpy78pkxn05vl18z8nvsqdmpzal4gx"))))
|
"1wfvssfd3fqgncs9jrysr4gsflb6l5m819imijj49k1s0dwj82wj"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config
|
(list pkg-config
|
||||||
|
|
Loading…
Add table
Reference in a new issue