From 8785e4843439871a04a041fc5a2f02bcab64cbab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Date: Mon, 22 Aug 2016 22:02:58 +0800 Subject: [PATCH] gnu: libgtop: Update to 2.34.1. * gnu/packages/gnome.scm (libgtop): Update to 2.34.1. --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 0c8962787e..b6ac307788 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4614,7 +4614,7 @@ (define-public gdm (define-public libgtop (package (name "libgtop") - (version "2.34.0") + (version "2.34.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -4622,7 +4622,7 @@ (define-public libgtop name "-" version ".tar.xz")) (sha256 (base32 - "0apfnh9k6vmbdm8ms5wxyhagrrl8r88fv48k7q5qq70df2gf72ld")))) + "1qh9srg8pqmrsl12mwnclncs7agmjjvx3q6v5qwqvcb2cskpi6f8")))) (build-system gnu-build-system) (native-inputs `(("gobject-introspection" ,gobject-introspection)