mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: raincat: Update to 1.2.
* gnu/packages/games.scm (raincat): Update to 1.2.
This commit is contained in:
parent
3f135acc35
commit
2d67fe8936
1 changed files with 2 additions and 2 deletions
|
@ -2122,7 +2122,7 @@ (define-public gamine
|
|||
(define-public raincat
|
||||
(package
|
||||
(name "raincat")
|
||||
(version "1.1.1.3")
|
||||
(version "1.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -2132,7 +2132,7 @@ (define-public raincat
|
|||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1aalh68h6799mv4vyg30zpskl5jkn6x2j1jza7p4lrflyifxzar8"))))
|
||||
"1zyxkvjxkadwakg03xnjii1hx0gs45ap9rfkpi4kxipzxppq1klk"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs
|
||||
`(("ghc-extensible-exceptions" ,ghc-extensible-exceptions)
|
||||
|
|
Loading…
Reference in a new issue