mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: hyperrogue: Update to 9.4g.
* gnu/packages/games.scm (hyperrogue): Update to 9.4g.
This commit is contained in:
parent
7d873e0c26
commit
a7086b154f
1 changed files with 5 additions and 5 deletions
|
@ -3173,7 +3173,7 @@ (define-public mrrescue
|
||||||
(define-public hyperrogue
|
(define-public hyperrogue
|
||||||
(package
|
(package
|
||||||
(name "hyperrogue")
|
(name "hyperrogue")
|
||||||
(version "9.4c")
|
(version "9.4g")
|
||||||
;; When updating this package, be sure to update the "hyperrogue-data"
|
;; When updating this package, be sure to update the "hyperrogue-data"
|
||||||
;; origin in native-inputs.
|
;; origin in native-inputs.
|
||||||
(source (origin
|
(source (origin
|
||||||
|
@ -3184,7 +3184,7 @@ (define-public hyperrogue
|
||||||
"-src.tgz"))
|
"-src.tgz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ri5fllnhqjm3dlnl1xbb9mlv79iigc940vbvcnk0v5k6p58pavq"))))
|
"09j9gnx701x28zfkrv3rjqlr56p89hyxk78gkpmmdfjgcq076pc2"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no check target
|
`(#:tests? #f ; no check target
|
||||||
|
@ -3239,14 +3239,14 @@ (define-public hyperrogue
|
||||||
(string-append
|
(string-append
|
||||||
"hyperrogue"
|
"hyperrogue"
|
||||||
(string-join (string-split ,version #\.) "")
|
(string-join (string-split ,version #\.) "")
|
||||||
"-win/sounds/credits.txt") "-d" sounds))
|
"/sounds/credits.txt") "-d" sounds))
|
||||||
;; Extract sounds and music into sounds directory.
|
;; Extract sounds and music into sounds directory.
|
||||||
(zero?
|
(zero?
|
||||||
(system* "unzip" "-j" data
|
(system* "unzip" "-j" data
|
||||||
(string-append
|
(string-append
|
||||||
"hyperrogue"
|
"hyperrogue"
|
||||||
(string-join (string-split ,version #\.) "")
|
(string-join (string-split ,version #\.) "")
|
||||||
"-win/*.ogg") "-d" sounds)))))))))
|
"/*.ogg") "-d" sounds)))))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("hyperrogue-data"
|
`(("hyperrogue-data"
|
||||||
,(origin
|
,(origin
|
||||||
|
@ -3258,7 +3258,7 @@ (define-public hyperrogue
|
||||||
"-win.zip"))
|
"-win.zip"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1cyyrsnrixygg3zyz97hpsm6jzwbhydiwk3kl0lm7qjnw2nzkhhh"))))
|
"1r57db4hm7fjcd27p8b6cdsnq2cgkym2kp9lrw7ha2asdf8w6gkb"))))
|
||||||
("unzip" ,unzip)))
|
("unzip" ,unzip)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("font-dejavu" ,font-dejavu)
|
`(("font-dejavu" ,font-dejavu)
|
||||||
|
|
Loading…
Reference in a new issue