[PATCH] gnu: gmime: Remove version 2.6.23.

  • Done
  • quality assurance status badge
Details
2 participants
  • iyzsong
  • Maxim Cournoyer
Owner
unassigned
Submitted by
iyzsong
Severity
normal
I
I
iyzsong wrote on 1 Sep 2023 15:35
(address . guix-patches@gnu.org)(name . ???)(address . iyzsong@member.fsf.org)
c8f9ff86bce51af206ced2ea3becfb2d7de6f027.1693575324.git.iyzsong@member.fsf.org
From: ??? <iyzsong@member.fsf.org>

* gnu/packages/mail.scm (gmime-2.6): Remove package.
---
gnu/packages/mail.scm | 14 --------------
1 file changed, 14 deletions(-)

Toggle diff (29 lines)
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index a33fefddef..8c545ebbbc 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -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")

base-commit: 4e531e55dcdc99c83bcfe3eec67c3fd95c7b6ca7
--
2.41.0
M
M
Maxim Cournoyer wrote on 6 Sep 2023 05:37
(address . iyzsong@envs.net)
87edjcas5c.fsf@gmail.com
Hi,

iyzsong@envs.net writes:

Toggle quote (7 lines)
> From: ??? <iyzsong@member.fsf.org>
>
> * gnu/packages/mail.scm (gmime-2.6): Remove package.
> ---
> gnu/packages/mail.scm | 14 --------------
> 1 file changed, 14 deletions(-)

Installed!

--
Thanks,
Maxim
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 65677@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 65677
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch