guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/05: gnu: libgtop: Update to 2.38.0.


From: Ludovic Courtès
Subject: 04/05: gnu: libgtop: Update to 2.38.0.
Date: Mon, 25 Sep 2017 18:35:29 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 4f80158db069cbd7db4009e577ceee7c4fa54077
Author: Ludovic Courtès <address@hidden>
Date:   Tue Sep 26 00:19:12 2017 +0200

    gnu: libgtop: Update to 2.38.0.
    
    * gnu/packages/gnome.scm (libgtop): Update to 2.38.0.
---
 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 8380771..4e17c98 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5305,7 +5305,7 @@ providing graphical log-ins and managing local and remote 
displays.")
 (define-public libgtop
   (package
     (name "libgtop")
-    (version "2.36.0")
+    (version "2.38.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -5313,7 +5313,7 @@ providing graphical log-ins and managing local and remote 
displays.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0ax17c7nplghxgsf8zl92nmhkbnggj62wwzl7nq00aqb2m6f7gqk"))))
+                "04mnxgzyb26wqk6qij4iw8cxwl82r8pcsna5dg8vz2j3pdi0wv2g"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("gobject-introspection" ,gobject-introspection)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]