mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: gnome-system-monitor: Update to 3.22.2.
* gnu/packages/gnome.scm (gnome-system-monitor): Update to 3.22.2.
This commit is contained in:
parent
efa355bceb
commit
acc5b65ef2
1 changed files with 2 additions and 2 deletions
|
@ -5720,7 +5720,7 @@ (define-public bluefish
|
|||
(define-public gnome-system-monitor
|
||||
(package
|
||||
(name "gnome-system-monitor")
|
||||
(version "3.20.1")
|
||||
(version "3.22.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -5729,7 +5729,7 @@ (define-public gnome-system-monitor
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1ya41b58syf8g5pc12gw1xm6jhdx3crap803bjwm086r7x2an8wv"))))
|
||||
"10n9bl2q9xxnd6mfi4scfw5x0xyyzvnblz26q9gl8vks2nbv19b8"))))
|
||||
(build-system glib-or-gtk-build-system)
|
||||
(native-inputs
|
||||
`(("glib:bin" ,glib "bin") ; for glib-mkenums.
|
||||
|
|
Loading…
Reference in a new issue