me
/
guix
Archived
1
0
Fork 0

gnu: vice: Update to 3.7.1.

* gnu/packages/emulators.scm (vice): Update to 3.7.1.
master
Tobias Geerinckx-Rice 2023-07-16 02:00:01 +02:00
parent a0c361cb3f
commit f5c4e1999d
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -116,14 +116,14 @@
(define-public vice
(package
(name "vice")
(version "3.6")
(version "3.7.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/vice-emu/releases/"
"vice-" version ".tar.gz"))
(sha256
(base32 "1zfkl9j40v2417l1fmczdvl9yzh81jlpcy5cl2svjzb2rrffbgv5"))))
(base32 "165b1ixrarcqy1rl06yhaf46ni3j8lrbn8f3zf5nkc2d0bk12f3y"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--disable-html-docs"