mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-24 19:27:44 +01:00
gnu: gmime: Remove version 2.6.23.
* gnu/packages/mail.scm (gmime-2.6): Remove package. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
a7abe49723
commit
d7e9df2b35
1 changed files with 0 additions and 14 deletions
|
@ -809,20 +809,6 @@ (define-public gmime
|
|||
Extension (MIME).")
|
||||
(license (list license:lgpl2.1+ license:gpl2+ license:gpl3+))))
|
||||
|
||||
;; Some packages are not ready for GMime 3 yet.
|
||||
(define-public gmime-2.6
|
||||
(package
|
||||
(inherit gmime)
|
||||
(version "2.6.23")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/gmime/"
|
||||
(version-major+minor version)
|
||||
"/gmime-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0slzlzcr3h8jikpz5a5amqd0csqh2m40gdk910ws2hnaf5m6hjbi"))))))
|
||||
|
||||
(define-public altermime
|
||||
(package
|
||||
(name "altermime")
|
||||
|
|
Loading…
Reference in a new issue