rekado pushed a commit to branch master
in repository guix.
commit 2d67fe8936f6f71493d97f40654d7931ef3621c0
Author: Timothy Sample <[email protected]>
Date: Tue Aug 28 23:10:02 2018 -0400
gnu: raincat: Update to 1.2.
* gnu/packages/games.scm (raincat): Update to 1.2.
---
gnu/packages/games.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 8155876..1fab9fe 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -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)