From 2d67fe8936f6f71493d97f40654d7931ef3621c0 Mon Sep 17 00:00:00 2001 From: Timothy Sample Date: Tue, 28 Aug 2018 23:10:02 -0400 Subject: [PATCH] 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 8155876313..1fab9fe34a 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)