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