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>
This commit is contained in:
parent
0a60386f74
commit
16d9b4594a
1 changed files with 2 additions and 2 deletions
|
@ -1468,7 +1468,7 @@ can be used as backgrounds in the MATE Desktop environment.")
|
||||||
(define-public mate-system-monitor
|
(define-public mate-system-monitor
|
||||||
(package
|
(package
|
||||||
(name "mate-system-monitor")
|
(name "mate-system-monitor")
|
||||||
(version "1.22.0")
|
(version "1.24.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1476,7 +1476,7 @@ can be used as backgrounds in the MATE Desktop environment.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0rs0n5ivmvi355fp3ymcp1jj2sz9viw31475aw7zh7s1l7dn969x"))))
|
"1cb36lrsn4fhsryl2kl4yq0qhp1p4r7k21w3fc2ywjga8fdxx6y5"))))
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
`(("autoconf" ,autoconf)
|
||||||
|
|
Reference in a new issue