mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: gmime: Update to 3.0.1.
* gnu/packages/mail.scm (gmime): Update to 3.0.1.
This commit is contained in:
parent
f54efbdc46
commit
a512ca81e8
1 changed files with 2 additions and 2 deletions
|
@ -344,7 +344,7 @@ (define-public neomutt
|
|||
(define-public gmime
|
||||
(package
|
||||
(name "gmime")
|
||||
(version "2.6.23")
|
||||
(version "3.0.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/gmime/"
|
||||
|
@ -352,7 +352,7 @@ (define-public gmime
|
|||
"/gmime-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0slzlzcr3h8jikpz5a5amqd0csqh2m40gdk910ws2hnaf5m6hjbi"))))
|
||||
"001y93b8mq9alzkvli6vfh3pzdcn5c5iy206ml23lzhhhvm5k162"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
|
|
Loading…
Reference in a new issue