mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: libgtop: Update to 2.40.0.
* gnu/packages/gnome.scm (libgtop): Update to 2.40.0.
This commit is contained in:
parent
59487fc29a
commit
015fc03611
1 changed files with 2 additions and 2 deletions
|
@ -5912,7 +5912,7 @@ (define-public gdm
|
|||
(define-public libgtop
|
||||
(package
|
||||
(name "libgtop")
|
||||
(version "2.38.0")
|
||||
(version "2.40.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/libgtop/"
|
||||
|
@ -5920,7 +5920,7 @@ (define-public libgtop
|
|||
"libgtop-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"04mnxgzyb26wqk6qij4iw8cxwl82r8pcsna5dg8vz2j3pdi0wv2g"))))
|
||||
"1m6jbqk8maa52gxrf223442fr5bvvxgb7ham6v039i3r1i62gwvq"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("gobject-introspection" ,gobject-introspection)
|
||||
|
|
Loading…
Reference in a new issue