mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
gnu: hyperrogue: Update to 11.2q.
* gnu/packages/games.scm (hyperrogue): Update to 11.2q.
This commit is contained in:
parent
668307c0d4
commit
70b6b23848
1 changed files with 3 additions and 3 deletions
|
@ -4033,7 +4033,7 @@ (define-public mrrescue
|
|||
(define-public hyperrogue
|
||||
(package
|
||||
(name "hyperrogue")
|
||||
(version "11.2d")
|
||||
(version "11.2q")
|
||||
;; When updating this package, be sure to update the "hyperrogue-data"
|
||||
;; origin in native-inputs.
|
||||
(source (origin
|
||||
|
@ -4044,7 +4044,7 @@ (define-public hyperrogue
|
|||
"-src.tgz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1b532s94zv1jsni7bvh848m42arxcclsr0x3n7c689iamwqzrxmn"))))
|
||||
"1w4khi2limxhgiq7xnz0rc9nzbk86bhbyzrcd5hdghnhsviaiggq"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; no check target
|
||||
|
@ -4122,7 +4122,7 @@ (define-public hyperrogue
|
|||
"-win.zip"))
|
||||
(sha256
|
||||
(base32
|
||||
"0vq4l1xaqpjj3hmxn1vn2b3bbkn1hrag42ck9f30blinv347bwhf"))))
|
||||
"1k81zrbq5gmrccjac1i5c6v8j2iilfg2vwrnm8snjmmcnh5z1fgj"))))
|
||||
("unzip" ,unzip)))
|
||||
(inputs
|
||||
`(("font-dejavu" ,font-dejavu)
|
||||
|
|
Loading…
Reference in a new issue