1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-20 01:00:30 +02:00

Revert "gnu: gmime: Update to 3.0.1."

This reverts commit a512ca81e8.
This commit is contained in:
Kei Kebreau
2017-06-16 08:12:30 -04:00
parent ebfb71d456
commit 25dee815d5

View File

@@ -344,7 +344,7 @@ It adds a large amount of new and improved features to mutt.")))
(define-public gmime
(package
(name "gmime")
(version "3.0.1")
(version "2.6.23")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/gmime/"
@@ -352,7 +352,7 @@ It adds a large amount of new and improved features to mutt.")))
"/gmime-" version ".tar.xz"))
(sha256
(base32
"001y93b8mq9alzkvli6vfh3pzdcn5c5iy206ml23lzhhhvm5k162"))))
"0slzlzcr3h8jikpz5a5amqd0csqh2m40gdk910ws2hnaf5m6hjbi"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)