gnu: vice: Update to 3.7.1.
* gnu/packages/emulators.scm (vice): Update to 3.7.1.
This commit is contained in:
parent
a0c361cb3f
commit
f5c4e1999d
1 changed files with 2 additions and 2 deletions
|
@ -116,14 +116,14 @@ (define-module (gnu packages emulators)
|
|||
(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"
|
||||
|
|
Loading…
Reference in a new issue