gnu: libgtop: Update to 2.41.3; fixes build with gcc-14.

* gnu/packages/gnome.scm (libgtop): Update to 2.41.3.

Change-Id: I60f5c7ffa7748843c9f41117a4385439603b850e
This commit is contained in:
Janneke Nieuwenhuizen 2025-01-01 14:12:34 +01:00
parent 91f1c214bf
commit 9f2b7aca1d
No known key found for this signature in database
GPG key ID: F3C1A0D9C1D65273

View file

@ -9224,7 +9224,7 @@ (define-public gdm
(define-public libgtop
(package
(name "libgtop")
(version "2.40.0")
(version "2.41.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/libgtop/"
@ -9232,7 +9232,7 @@ (define-public libgtop
"libgtop-" version ".tar.xz"))
(sha256
(base32
"1m6jbqk8maa52gxrf223442fr5bvvxgb7ham6v039i3r1i62gwvq"))))
"136snaww293n1dfdswr764yhd0d55s5z4s3m5x2s4blfjpgpcmkp"))))
(build-system gnu-build-system)
(native-inputs
(list gobject-introspection intltool perl pkg-config))