diff options
author | Julien Lepiller <julien@lepiller.eu> | 2020-10-16 17:01:40 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2020-11-10 16:03:24 +0100 |
commit | 3096068ca5eafc28aea91c65d78bbe63528f3fea (patch) | |
tree | c2fa3cc65988309da09d770e89db9f6c10343a23 /gnu/packages | |
parent | 6ed2741a35eebc655f9c9a7788dc8e7d3b5b423f (diff) |
gnu: laby: Update to 0.7.0.
* gnu/packages/games.scm (laby): Update to 0.7.0.
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 d63d8d0b2e..b94c5e32f3 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -5253,7 +5253,7 @@ Linux / Mac OS X servers, and an auto mapper with a VT100 map display.") (define-public laby (package (name "laby") - (version "0.6.4") + (version "0.7.0") (source (origin (method git-fetch) (uri (git-reference @@ -5262,7 +5262,7 @@ Linux / Mac OS X servers, and an auto mapper with a VT100 map display.") (file-name (git-file-name name version)) (sha256 (base32 - "12fq9hhrxpzgfinmj9ra9ckss9yficwdlrmgjvvsq7agvh3sgyl1")) + "1y6nfxcjhqg9bb81hs0wijg7kcwk5kff81rgd8bsv5ps7ia9nj6b")) (patches (search-patches "laby-make-install.patch")))) (build-system gnu-build-system) (inputs |