diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-20 04:41:42 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-20 04:56:37 +0200 |
commit | bdf1fe51d53409e3d0991cc54cba53184f191bf2 (patch) | |
tree | 66ffaf9e3dbe24c0354a89b06ad974ae0c53aa15 /gnu/packages | |
parent | de0dfb8c0b428bf61085c9413afc2fcf3aa961fb (diff) | |
download | guix-bdf1fe51d53409e3d0991cc54cba53184f191bf2.tar guix-bdf1fe51d53409e3d0991cc54cba53184f191bf2.tar.gz |
gnu: meandmyshadow: Update to 0.4.1.
* gnu/packages/games.scm (meandmyshadow): Update to 0.4.1.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/games.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 73fbe6ad21..65def5ae61 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -461,7 +461,7 @@ automata. The following features are available: (define-public meandmyshadow (package (name "meandmyshadow") - (version "0.4") + (version "0.4.1") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/meandmyshadow/" @@ -469,7 +469,7 @@ automata. The following features are available: "-src.tar.gz")) (sha256 (base32 - "1dpb7s32b2psj5w3nr5kqibib8nndi86mw8gxp4hmxwrfiisf86d")))) + "0wl5dc75qy001s6043cx0vr2l5y2qfv1cldqnwill9sfygqj9p95")))) (build-system cmake-build-system) (arguments '(#:tests? #f ; there are no tests |