mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: astromenace: Update to 1.4.2.
* gnu/packages/games.scm (astromenace): Update to 1.4.2.
This commit is contained in:
parent
55fc653edf
commit
c84820618a
1 changed files with 2 additions and 2 deletions
|
@ -445,7 +445,7 @@ (define-public armagetronad
|
||||||
(define-public astromenace
|
(define-public astromenace
|
||||||
(package
|
(package
|
||||||
(name "astromenace")
|
(name "astromenace")
|
||||||
(version "1.4.1")
|
(version "1.4.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -454,7 +454,7 @@ (define-public astromenace
|
||||||
(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 "1ad6l887jxqv8xspwc2rvy8ym9sdlmkqdqhsh0pi076kjarxsyws"))))
|
(base32 "0vw94issjzz6rji0ssqv5yrll513dvj7m0d33q8lbih1gdh4alal"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ;no test
|
`(#:tests? #f ;no test
|
||||||
|
|
Loading…
Reference in a new issue