gnu: vice: Update to 3.8.

* gnu/packages/emulators.scm (vice): Update to 3.8.
[source]: Set file-name.
[inputs]: Add curl.

Change-Id: I553de35a74b300ac3d56f542724dacec4399c33d
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
Artyom V. Poptsov 2024-08-28 08:49:55 +03:00 committed by Zheng Junjie
parent 8b25e1c5c2
commit 5b2b10b63f
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0

View File

@ -21,6 +21,7 @@
;;; Copyright © 2023 Yovan Naumovski <yovan@gorski.stream>
;;; Copyright © 2023 Hendursaga <hendursaga@aol.com>
;;; Copyright © 2023 Zheng Junjie <873216071@qq.com>
;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@ -121,14 +122,15 @@
(define-public vice
(package
(name "vice")
(version "3.7.1")
(version "3.8")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/vice-emu/releases/"
"vice-" version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "165b1ixrarcqy1rl06yhaf46ni3j8lrbn8f3zf5nkc2d0bk12f3y"))))
(base32 "010h3aj0y9n8kcg5yvy1m7g4hc7nbm5gym5r3f3jmk5vyb8c8z8x"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--disable-html-docs"
@ -141,6 +143,7 @@
pkg-config))
(inputs
(list alsa-lib
curl
glew
glib
gtk+