all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andy Tai <atai@atai.org>
To: 64084@debbugs.gnu.org
Cc: Andy Tai <atai@atai.org>
Subject: [bug#64084] [PATCH 25/29] gnu: pluma: Update to 1.26.1
Date: Thu, 15 Jun 2023 10:35:26 -0700	[thread overview]
Message-ID: <1bfda29c9b54a772d917463b912eb372667e3bee.1686850160.git.atai@atai.org> (raw)
In-Reply-To: <cover.1686850160.git.atai@atai.org>

* gnu/packages/mate.scm (pluma): Update to 1.26.1
---
 gnu/packages/mate.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index c4dd9cf937..6b9af2a0dd 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1365,14 +1365,14 @@ (define-public engrampa
 (define-public pluma
   (package
     (name "pluma")
-    (version "1.24.1")
+    (version "1.26.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://mate/" (version-major+minor version) "/"
                            name "-" version ".tar.xz"))
        (sha256
-        (base32 "1sgc5f480icr2ans6gd3akvcax58mr4jp3zjk3xn7bx1mw9i299f"))))
+        (base32 "1wcl74pbmgwcrlm5vfmv1g8klxni1qnj0kgnb5k113hisziyqnar"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      `(; Tests can not succeed.
@@ -1392,7 +1392,7 @@ (define-public pluma
            enchant-1.6
            glib
            gtk+
-           gtksourceview-3
+           gtksourceview-4
            gdk-pixbuf
            iso-codes
            libcanberra
-- 
2.40.1





  parent reply	other threads:[~2023-06-15 17:38 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-15 17:32 [bug#64084] [PATCH 00/29] mate: Update to 1.26 Andy Tai
2023-06-15 17:35 ` [bug#64084] [PATCH 01/29] gnu: mate-icon-theme: Update to 1.26.0 Andy Tai
2023-06-15 17:35 ` [bug#64084] [PATCH 02/29] gnu: mate-desktop: Update to 1.26.1 Andy Tai
2023-06-15 17:35 ` [bug#64084] [PATCH 03/29] gnu: libmateweather: " Andy Tai
2023-06-15 17:35 ` [bug#64084] [PATCH 04/29] gnu: mate-terminal: " Andy Tai
2023-06-15 17:35 ` [bug#64084] [PATCH 05/29] gnu: mate-session-manager: " Andy Tai
2023-06-15 17:35 ` [bug#64084] [PATCH 06/29] gnu: mate-settings-daemon: " Andy Tai
2023-06-15 17:35 ` [bug#64084] [PATCH 07/29] gnu: libmatemixer: Update to 1.26.0 Andy Tai
2023-06-15 17:35 ` [bug#64084] [PATCH 08/29] gnu: libmatekbd: Update to 1.26.1 Andy Tai
2023-06-15 17:35 ` [bug#64084] [PATCH 09/29] gnu: mate-applets: " Andy Tai
2023-06-15 17:35 ` [bug#64084] [PATCH 10/29] gnu: mate-media: " Andy Tai
2023-06-15 17:35 ` [bug#64084] [PATCH 11/29] gnu: mate-panel: Update to 1.26.3 Andy Tai
2023-06-15 17:35 ` [bug#64084] [PATCH 12/29] gnu: caja: Update to 1.26.1 Andy Tai
2023-06-15 17:35 ` [bug#64084] [PATCH 13/29] gnu: marco: Update to 1.26.2 Andy Tai
2023-06-15 17:35 ` [bug#64084] [PATCH 14/29] gnu: caja-extensions: Update to 1.26.1 Andy Tai
2023-06-15 17:35 ` [bug#64084] [PATCH 15/29] gnu: mate-control-center: " Andy Tai
2023-06-15 17:35 ` [bug#64084] [PATCH 16/29] gnu: mate-user-guide: " Andy Tai
2023-06-15 17:35 ` [bug#64084] [PATCH 17/29] gnu: mate-calc: Update to 1.26.0 Andy Tai
2023-06-15 17:35 ` [bug#64084] [PATCH 18/29] gnu: mate-backgrounds: " Andy Tai
2023-06-15 17:35 ` [bug#64084] [PATCH 19/29] gnu: mate-netbook: " Andy Tai
2023-06-15 17:35 ` [bug#64084] [PATCH 20/29] gnu: mate-screensaver: Update to 1.26.1 Andy Tai
2023-06-15 17:35 ` [bug#64084] [PATCH 21/29] gnu: mate-menus: " Andy Tai
2023-06-15 17:35 ` [bug#64084] [PATCH 22/29] gnu: mate-utils: " Andy Tai
2023-06-15 17:35 ` [bug#64084] [PATCH 23/29] gnu: eom: " Andy Tai
2023-06-15 17:35 ` [bug#64084] [PATCH 24/29] gnu: engrampa: " Andy Tai
2023-06-15 17:35 ` Andy Tai [this message]
2023-06-15 17:35 ` [bug#64084] [PATCH 26/29] gnu: mate-system-monitor: Update to 1.26.0 Andy Tai
2023-06-15 17:35 ` [bug#64084] [PATCH 27/29] gnu: mate-polkit: Update to 1.26.1 Andy Tai
2023-06-15 17:35 ` [bug#64084] [PATCH 28/29] gnu: mate-power-manager: " Andy Tai
2023-06-15 17:35 ` [bug#64084] [PATCH 29/29] gnu: mate-themes: Update to 3.22.24 Andy Tai
2023-07-22  3:41 ` [bug#64084] [PATCH 00/29] mate: Update to 1.26 宋文武 via Guix-patches via
2023-07-22  3:58   ` Andy Tai
2023-07-22  9:03     ` bug#64084: " 宋文武 via Guix-patches via
2023-07-22 16:44       ` [bug#64084] " Andy Tai

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

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

  git send-email \
    --in-reply-to=1bfda29c9b54a772d917463b912eb372667e3bee.1686850160.git.atai@atai.org \
    --to=atai@atai.org \
    --cc=64084@debbugs.gnu.org \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.