3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: mpop: Update to 1.4.0.

* gnu/packages/mail.scm (mpop): Update to 1.4.0.
This commit is contained in:
Arun Isaac 2018-11-04 10:36:17 +05:30
parent e9f305a1c8
commit 3e84ce51fb
No known key found for this signature in database
GPG key ID: 2E25EE8B61802BB3

View file

@ -1850,7 +1850,7 @@ converts them to maildir format directories.")
(define-public mpop
(package
(name "mpop")
(version "1.2.8")
(version "1.4.0")
(source
(origin
(method url-fetch)
@ -1858,7 +1858,7 @@ converts them to maildir format directories.")
name "-" version ".tar.xz"))
(sha256
(base32
"1skrda7lbks5h0v03ab8bhpg6ma1b63if8x9x3kb2fv70x2pkhqn"))))
"14xsvpm5bc1wycisq882gqrnamnyi1q4rlk6anlw8ihzvwgm4h2j"))))
(build-system gnu-build-system)
(inputs
`(("gnutls" ,gnutls)