unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Rene via Guix-patches via <guix-patches@gnu.org>
To: 40921@debbugs.gnu.org
Subject: [bug#40921] [PATCH] gnu: balsa: Update to 2.6.0.
Date: Tue, 28 Apr 2020 05:31:54 +0000	[thread overview]
Message-ID: <L98dMzCrxJdQLcc62ghTZs82IEgBJx1AC1kDhdWiUaPYGzqbdD8rCd7NEZo6gfy308I11eZyxz0lBQmVg-mhA9KdSTZjpYmVwbUINyms44s=@protonmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 65 bytes --]

hello,

this is a patch to update balsa to 2.6.0.



Rene

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-balsa-Update-to-2.6.0.patch --]
[-- Type: text/x-patch; name="0001-gnu-balsa-Update-to-2.6.0.patch", Size: 2308 bytes --]

From b648b4a7116f2098ab3e16d018aa0278b7398875 Mon Sep 17 00:00:00 2001
From: Rene Saavedra <pacoon@protonmail.com>
Date: Mon, 27 Apr 2020 23:59:18 -0500
Subject: [PATCH] gnu: balsa: Update to 2.6.0.

* gnu/packages/mail.scm (balsa): Update to 2.6.0.
[inputs]: Replace gmime-2.6 with gmime; add libical and libsecret.
---
 gnu/packages/mail.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index cb5e23bcea..2a6286fb16 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -23,7 +23,7 @@
 ;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be>
 ;;; Copyright © 2017 Kyle Meyer <kyle@kyleam.com>
 ;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
-;;; Copyright © 2017, 2018 Rene Saavedra <pacoon@protonmail.com>
+;;; Copyright © 2017, 2018, 2020 Rene Saavedra <pacoon@protonmail.com>
 ;;; Copyright © 2018, 2019, 2020 Pierre Langlois <pierre.langlois@gmx.com>
 ;;; Copyright © 2018 Alex Vong <alexvong1995@gmail.com>
 ;;; Copyright © 2018 Gábor Boskovits <boskovits@gmail.com>
@@ -2755,14 +2755,14 @@ tools and applications:
 (define-public balsa
   (package
     (name "balsa")
-    (version "2.5.7")
+    (version "2.6.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://pawsa.fedorapeople.org/balsa/"
                            name "-" version ".tar.bz2"))
        (sha256
-        (base32 "0yfqhfpwm1qnwmbpr6dfn2f5w8a8xxq51pn8ypgg0fw973l1c1nx"))))
+        (base32 "0ycidvgy9npd6avxk88sf2ca609m7zb0hzrk1yajrgwb1rfqx68a"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags
@@ -2780,7 +2780,7 @@ tools and applications:
      `(("cyrus-sasl" ,cyrus-sasl)
        ("enchant" ,enchant)
        ("gdk-pixbuf" ,gdk-pixbuf)
-       ("gmime" ,gmime-2.6)
+       ("gmime" ,gmime)
        ("gnutls" ,gnutls)
        ("gpgme" ,gpgme)
        ("gtk+" ,gtk+)
@@ -2788,7 +2788,9 @@ tools and applications:
        ("gtkspell3" ,gtkspell3)
        ("libcanberra" ,libcanberra)
        ("libesmtp" ,libesmtp)
+       ("libical" ,libical)
        ("libnotify" ,libnotify)
+       ("libsecret" ,libsecret)
        ("openldap" ,openldap)
        ("sqlite" ,sqlite)
        ("webkitgtk" ,webkitgtk)))
-- 
2.21.0


             reply	other threads:[~2020-04-28  7:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-28  5:31 Rene via Guix-patches via [this message]
2020-04-30 22:57 ` bug#40921: [PATCH] gnu: balsa: Update to 2.6.0 Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='L98dMzCrxJdQLcc62ghTZs82IEgBJx1AC1kDhdWiUaPYGzqbdD8rCd7NEZo6gfy308I11eZyxz0lBQmVg-mhA9KdSTZjpYmVwbUINyms44s=@protonmail.com' \
    --to=guix-patches@gnu.org \
    --cc=40921@debbugs.gnu.org \
    --cc=pacoon@protonmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).