mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 09:22:05 -05:00
gnu: mate-system-monitor: Update to 1.24.1.
* gnu/packages/mate.scm (mate-system-monitor): Update to 1.24.1. [source]: Hard-code NAME.
This commit is contained in:
parent
44e4332adc
commit
312485299d
1 changed files with 3 additions and 4 deletions
|
@ -1447,15 +1447,14 @@ (define-public pluma
|
||||||
(define-public mate-system-monitor
|
(define-public mate-system-monitor
|
||||||
(package
|
(package
|
||||||
(name "mate-system-monitor")
|
(name "mate-system-monitor")
|
||||||
(version "1.24.0")
|
(version "1.24.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
|
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
|
||||||
name "-" version ".tar.xz"))
|
"mate-system-monitor-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1i2r4lw6xsk972yp15g5hm8p8xx9pp6jmcvvzbdq80xyx3x898qz"))))
|
||||||
"1cb36lrsn4fhsryl2kl4yq0qhp1p4r7k21w3fc2ywjga8fdxx6y5"))))
|
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
`(("autoconf" ,autoconf)
|
||||||
|
|
Loading…
Reference in a new issue