mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
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:
parent
91f1c214bf
commit
9f2b7aca1d
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue