me
/
guix
Archived
1
0
Fork 0

gnu: raincat: Update to 1.2.

* gnu/packages/games.scm (raincat): Update to 1.2.
master
Timothy Sample 2018-08-28 23:10:02 -04:00 committed by Ricardo Wurmus
parent 3f135acc35
commit 2d67fe8936
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2122,7 +2122,7 @@ on the screen and keyboard to display letters.")
(define-public raincat
(package
(name "raincat")
(version "1.1.1.3")
(version "1.2")
(source
(origin
(method url-fetch)
@ -2132,7 +2132,7 @@ on the screen and keyboard to display letters.")
".tar.gz"))
(sha256
(base32
"1aalh68h6799mv4vyg30zpskl5jkn6x2j1jza7p4lrflyifxzar8"))))
"1zyxkvjxkadwakg03xnjii1hx0gs45ap9rfkpi4kxipzxppq1klk"))))
(build-system haskell-build-system)
(inputs
`(("ghc-extensible-exceptions" ,ghc-extensible-exceptions)