gnu: openmw: Update to 0.46.0.
* gnu/packages/game-development.scm (openmw): Update to 0.46.0.
This commit is contained in:
parent
5a3614cfe3
commit
d6797a566f
1 changed files with 2 additions and 2 deletions
|
@ -1495,7 +1495,7 @@ of use.")
|
||||||
(define-public openmw
|
(define-public openmw
|
||||||
(package
|
(package
|
||||||
(name "openmw")
|
(name "openmw")
|
||||||
(version "0.45.0")
|
(version "0.46.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1504,7 +1504,7 @@ of use.")
|
||||||
"openmw-" version ".tar.gz"))
|
"openmw-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0r0wgvv1faan8z8lbply8lks4hcnppifjrcz04l5zvq6yiqzjg5n"))))
|
"0n7x39kwhwmi6ly9hd7yc6dhlrmmdmx30ahc46kmlzzn2n7mm8q7"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; No test target
|
`(#:tests? #f ; No test target
|
||||||
|
|
Reference in a new issue