gnu: melonds: Update to 1.0.

* gnu/packages/emulators.scm (melonds): Update to 1.0.
[native-inputs]: Remove gcc-13.
This commit is contained in:
Liliana Marie Prikler 2025-09-22 19:26:35 +02:00
parent e77a4a79af
commit eae2c26bb3
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -378,7 +378,7 @@ console.")
(define-public melonds (define-public melonds
(package (package
(name "melonds") (name "melonds")
(version "1.0rc") (version "1.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -387,13 +387,12 @@ console.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1y8ilin758znizmxyq23plx1wnx2pc9zqd2qrvr1cgy0s2wzxr7z")))) "0qrpqgiw678kcdvjl6hm9wi223m6igngppkvws3q86lmkwrhg039"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments ; no test suite (arguments ; no test suite
'(#:tests? #f)) '(#:tests? #f))
(native-inputs (native-inputs
(list gcc-13 (list extra-cmake-modules
extra-cmake-modules
pkg-config)) pkg-config))
(inputs (inputs
(list enet (list enet