gnu: julius: Update to 1.3.0.
* gnu/packages/games.scm (julius): Update to 1.3.0. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
parent
e2f28609de
commit
45cf3c3019
1 changed files with 2 additions and 2 deletions
|
@ -798,7 +798,7 @@ automata. The following features are available:
|
||||||
(define-public julius
|
(define-public julius
|
||||||
(package
|
(package
|
||||||
(name "julius")
|
(name "julius")
|
||||||
(version "1.2.0")
|
(version "1.3.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -807,7 +807,7 @@ automata. The following features are available:
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0kgyzfjii4dhpy2h05977alwdmxyxb4jxznnrhlgb21m0ybncmvp"))))
|
(base32 "1ws5lmwdhla73676fj0w26v859n47s0wyxa0mgd0dmkx0x91qriy"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("sdl2" ,sdl2)
|
`(("sdl2" ,sdl2)
|
||||||
|
|
Reference in a new issue