gnu: libgtop: Update to 2.34.1.
* gnu/packages/gnome.scm (libgtop): Update to 2.34.1.
This commit is contained in:
parent
89e776f20e
commit
8785e48434
|
@ -4614,7 +4614,7 @@ providing graphical log-ins and managing local and remote displays.")
|
||||||
(define-public libgtop
|
(define-public libgtop
|
||||||
(package
|
(package
|
||||||
(name "libgtop")
|
(name "libgtop")
|
||||||
(version "2.34.0")
|
(version "2.34.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||||
|
@ -4622,7 +4622,7 @@ providing graphical log-ins and managing local and remote displays.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0apfnh9k6vmbdm8ms5wxyhagrrl8r88fv48k7q5qq70df2gf72ld"))))
|
"1qh9srg8pqmrsl12mwnclncs7agmjjvx3q6v5qwqvcb2cskpi6f8"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gobject-introspection" ,gobject-introspection)
|
`(("gobject-introspection" ,gobject-introspection)
|
||||||
|
|
Loading…
Reference in New Issue