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