gnu: libgtop: Update to 0.34.0.
* gnu/packages/gnome.scm (libgtop): Update to 0.34.0.
This commit is contained in:
parent
09c4438aab
commit
98d2bc851e
|
@ -4454,7 +4454,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.32.0")
|
(version "2.34.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||||
|
@ -4462,7 +4462,7 @@ providing graphical log-ins and managing local and remote displays.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"13hpml2vfm23816qggr5fvxj75ndb1dq4rgmi7ik6azj69ij8hw4"))))
|
"0apfnh9k6vmbdm8ms5wxyhagrrl8r88fv48k7q5qq70df2gf72ld"))))
|
||||||
(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