[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/07: gnu: laby: Update to 0.7.0.
From: |
guix-commits |
Subject: |
04/07: gnu: laby: Update to 0.7.0. |
Date: |
Tue, 10 Nov 2020 10:06:12 -0500 (EST) |
roptat pushed a commit to branch master
in repository guix.
commit 3096068ca5eafc28aea91c65d78bbe63528f3fea
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Fri Oct 16 17:01:40 2020 +0200
gnu: laby: Update to 0.7.0.
* gnu/packages/games.scm (laby): Update to 0.7.0.
---
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 d63d8d0..b94c5e3 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
- branch master updated (be0ebf3 -> 0a173fe), guix-commits, 2020/11/10
- 03/07: guix: ocaml: Add package-with-ocaml4.09., guix-commits, 2020/11/10
- 04/07: gnu: laby: Update to 0.7.0.,
guix-commits <=
- 02/07: gnu: Add ocaml4.09-findlib., guix-commits, 2020/11/10
- 05/07: gnu: ocaml-ppx-tools-versioned: Use release profile., guix-commits, 2020/11/10
- 07/07: gnu: ocaml: Switch to 4.11 by default., guix-commits, 2020/11/10
- 06/07: gnu: ocamlify: Perform bootstrap build., guix-commits, 2020/11/10
- 01/07: gnu: ocaml: Update to 4.11.1., guix-commits, 2020/11/10