mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: gnome-system-monitor: Update to 3.24.0.
* gnu/packages/gnome.scm (gnome-system-monitor): Update to 3.24.0.
This commit is contained in:
parent
9ec3a14788
commit
155f0d69d1
1 changed files with 2 additions and 2 deletions
|
@ -6003,7 +6003,7 @@ (define-public bluefish
|
|||
(define-public gnome-system-monitor
|
||||
(package
|
||||
(name "gnome-system-monitor")
|
||||
(version "3.22.2")
|
||||
(version "3.24.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -6012,7 +6012,7 @@ (define-public gnome-system-monitor
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"10n9bl2q9xxnd6mfi4scfw5x0xyyzvnblz26q9gl8vks2nbv19b8"))))
|
||||
"1x3343hchkllj8wyifk844v8psi45kyjhphyd03fzahi4h34aay3"))))
|
||||
(build-system glib-or-gtk-build-system)
|
||||
(native-inputs
|
||||
`(("glib:bin" ,glib "bin") ; for glib-mkenums.
|
||||
|
|
Loading…
Reference in a new issue