me
/
guix
Archived
1
0
Fork 0

gnu: mate-system-monitor: Update to 1.24.0.

* gnu/packages/mate.scm (mate-system-monitor): Update to 1.24.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Jonathan Brielmaier 2020-03-30 15:25:05 +02:00 committed by Ludovic Courtès
parent 0a60386f74
commit 16d9b4594a
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -1468,7 +1468,7 @@ can be used as backgrounds in the MATE Desktop environment.")
(define-public mate-system-monitor
(package
(name "mate-system-monitor")
(version "1.22.0")
(version "1.24.0")
(source
(origin
(method url-fetch)
@ -1476,7 +1476,7 @@ can be used as backgrounds in the MATE Desktop environment.")
name "-" version ".tar.xz"))
(sha256
(base32
"0rs0n5ivmvi355fp3ymcp1jj2sz9viw31475aw7zh7s1l7dn969x"))))
"1cb36lrsn4fhsryl2kl4yq0qhp1p4r7k21w3fc2ywjga8fdxx6y5"))))
(build-system glib-or-gtk-build-system)
(native-inputs
`(("autoconf" ,autoconf)