unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: guy fleury iteriteka <hoonandon@gmail.com>
To: 34731@debbugs.gnu.org
Subject: [bug#34731] [PATCH 30/31] gnu: mate-system-monitor: Update to 1.20.2
Date: Mon,  4 Mar 2019 12:19:16 +0100	[thread overview]
Message-ID: <20190304111917.1981-31-hoonandon@gmail.com> (raw)
In-Reply-To: <20190304111917.1981-1-hoonandon@gmail.com>

---
 gnu/packages/mate.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 07efbc5..fb52ca5 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1436,7 +1436,7 @@ can be used as backgrounds in the MATE Desktop environment.")
 (define-public mate-system-monitor
   (package
     (name "mate-system-monitor")
-    (version "1.18.0")
+    (version "1.20.2")
     (source
      (origin
        (method url-fetch)
@@ -1445,7 +1445,7 @@ can be used as backgrounds in the MATE Desktop environment.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "1wcvrl4lfnjkhywb311p29prf1qiab6iynb6q1fgfsl6za8hsz48"))))
+         "0f6sh23axzmcmyv0d837gbc0dixf1afh8951zrzp1y53rdgpa9qn"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      `(("autoconf" ,autoconf)
-- 
2.20.1

  parent reply	other threads:[~2019-03-04 11:23 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-04 11:18 [bug#34731] [PATCH 00/31] Update mate desktop to 1.20 guy fleury iteriteka
2019-03-04 11:18 ` [bug#34732] [PATCH 01/31] gnu: mate-common: update to 1.20.0 guy fleury iteriteka
2019-03-15 17:12   ` Leo Famulari
2019-03-16  8:36     ` Guy fleury
2019-03-24  9:50       ` Guy fleury
2019-04-02 17:35         ` Guy fleury
2019-04-09 20:04           ` bug#34732: " Ludovic Courtès
2019-03-04 11:18 ` [bug#34733] [PATCH 02/31] gnu: mate-icon-theme: Update to 1.20.3 guy fleury iteriteka
2019-03-04 11:18 ` [bug#34734] [PATCH 03/31] gnu: gnu-mate-icon-theme-faenza: Update to 1.20.0 guy fleury iteriteka
2019-03-04 11:18 ` [bug#34735] [PATCH 04/31] gnu: mate-themes: Update to 3.22.18 guy fleury iteriteka
2019-03-04 11:18 ` [bug#34736] [PATCH 05/31] gnu: mate-desktop: Update to 1.20.4 guy fleury iteriteka
2019-03-04 11:18 ` [bug#34737] [PATCH 06/31] gnu: libmatewether: Update to 1.20.2 guy fleury iteriteka
2019-03-04 11:18 ` [bug#34738] [PATCH 07/31] gnu: mate-terminal: " guy fleury iteriteka
2019-03-04 11:18 ` [bug#34739] [PATCH 08/31] gnu: mate-session-manager: " guy fleury iteriteka
2019-03-04 11:18 ` [bug#34740] [PATCH 09/31] gnu: mate-settings-daemon: Update to 1.20.4 guy fleury iteriteka
2019-03-04 11:18 ` [bug#34741] [PATCH 10/31] gnu: libmatemixer: Update to 1.20.1 guy fleury iteriteka
2019-03-04 11:18 ` [bug#34742] [PATCH 11/31] gnu: libmatekbd: Update to 1.20.2 guy fleury iteriteka
2019-03-04 11:18 ` [bug#34743] [PATCH 12/31] gnu: mate-menus: " guy fleury iteriteka
2019-03-04 11:18 ` [bug#34744] [PATCH 13/31] gnu: mate-panel: Update to 1.20.5 guy fleury iteriteka
2019-03-04 11:19 ` [bug#34731] [PATCH 14/31] gnu: mate-applets: Update to 1.20.3 guy fleury iteriteka
2019-03-04 11:19 ` [bug#34731] [PATCH 15/31] gnu: mate-media: Update to 1.20.2 guy fleury iteriteka
2019-03-04 11:19 ` [bug#34731] [PATCH 16/31] gnu: caja: Update to 1.20.3 guy fleury iteriteka
2019-03-04 11:19 ` [bug#34731] [PATCH 17/31] gnu: marco: " guy fleury iteriteka
2019-03-04 11:19 ` [bug#34731] [PATCH 18/31] gnu: atril: " guy fleury iteriteka
2019-03-04 11:19 ` [bug#34731] [PATCH 19/31] gnu: caja-extensions: Update to 1.20.2 guy fleury iteriteka
2019-03-04 11:19 ` [bug#34731] [PATCH 20/31] gnu: mate-control-center: Update to 1.20.4 guy fleury iteriteka
2019-03-04 11:19 ` [bug#34731] [PATCH 21/31] gnu: mate-user-guide: Update to 1.20.2 guy fleury iteriteka
2019-03-04 11:19 ` [bug#34731] [PATCH 22/31] gnu: mate-calc: Update to 1.20.3 guy fleury iteriteka
2019-03-04 11:19 ` [bug#34731] [PATCH 23/31] gnu: backgrounds: Update to 1.20.0 guy fleury iteriteka
2019-03-04 11:19 ` [bug#34731] [PATCH 24/31] gnu: mate-netbook: Update to 1.20.1 guy fleury iteriteka
2019-03-04 11:19 ` [bug#34731] [PATCH 25/31] gnu: mate-screensaver: Update to 1.20.3 guy fleury iteriteka
2019-03-04 11:19 ` [bug#34731] [PATCH 26/31] gnu: mate-utils: Update to 1.20.2 guy fleury iteriteka
2019-03-04 11:19 ` [bug#34731] [PATCH 27/31] gnu: eom: " guy fleury iteriteka
2019-03-04 11:19 ` [bug#34731] [PATCH 28/31] gnu: engrampa: " guy fleury iteriteka
2019-03-04 11:19 ` [bug#34731] [PATCH 29/31] gnu: pluma: Update to 1.20.4 guy fleury iteriteka
2019-03-04 11:19 ` guy fleury iteriteka [this message]
2019-03-04 11:19 ` [bug#34731] [PATCH 31/31] gnu: mate-polkit: Update to 1.20.2 guy fleury iteriteka

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=20190304111917.1981-31-hoonandon@gmail.com \
    --to=hoonandon@gmail.com \
    --cc=34731@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 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).