[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/14: gnu: open-adventure: Update to 1.16.
From: |
guix-commits |
Subject: |
10/14: gnu: open-adventure: Update to 1.16. |
Date: |
Wed, 3 May 2023 07:25:40 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 6f3be37c682970276b006409267e5c0ff59672c2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Apr 23 17:16:03 2023 +0200
gnu: open-adventure: Update to 1.16.
* gnu/packages/games.scm (open-adventure): Update to 1.16.
---
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 0d9490f84c..27a52f66b6 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -7050,7 +7050,7 @@ at their peak of economic growth and military prowess.
(define-public open-adventure
(package
(name "open-adventure")
- (version "1.15")
+ (version "1.16")
(source
(origin
(method git-fetch)
@@ -7059,7 +7059,7 @@ at their peak of economic growth and military prowess.
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0gair1dfqgzjzvsasisv2szh3wgy8pfgmpxpisybn6svn294yzhf"))))
+ (base32 "0spciwqcyldalzdd813zwigbldcnyaxi7kfslq1yp0fg4c4a10aa"))))
(build-system gnu-build-system)
(arguments
(list
- branch master updated (83a6ca3c60 -> 0cbbc1996d), guix-commits, 2023/05/03
- 01/14: gnu: emacs-tldr: Include unzip dependency., guix-commits, 2023/05/03
- 03/14: gnu: emacs-tldr: Improve package style., guix-commits, 2023/05/03
- 04/14: gnu: emacs-eglot: Update to 1.15., guix-commits, 2023/05/03
- 05/14: gnu: emacs-tramp: Update to 2.6.0.4., guix-commits, 2023/05/03
- 12/14: gnu: rrdtool: Update to 1.8.0., guix-commits, 2023/05/03
- 02/14: gnu: emacs-tldr: Update to 0-2.1b09d20., guix-commits, 2023/05/03
- 08/14: gnu: emacs-ivy-rich: Update to 0.1.7., guix-commits, 2023/05/03
- 10/14: gnu: open-adventure: Update to 1.16.,
guix-commits <=
- 06/14: gnu: emacs-org: Update to 9.6.5., guix-commits, 2023/05/03
- 11/14: gnu: Add emacs-riscv-mode., guix-commits, 2023/05/03
- 13/14: gnu: Add libfyaml., guix-commits, 2023/05/03
- 07/14: gnu: emacs-inspector: Update to 0.29., guix-commits, 2023/05/03
- 09/14: gnu: emacs-osm: Update to 0.12., guix-commits, 2023/05/03
- 14/14: gnu: Add sipp., guix-commits, 2023/05/03