From 9a0d291f8d2ce2cfb443773f2dcce2097218aa9f Mon Sep 17 00:00:00 2001 From: David Thompson Date: Thu, 28 Sep 2023 07:46:53 -0400 Subject: Use latest chickadee commit for super-bloom. --- dthompson/packages/games.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dthompson/packages/games.scm') diff --git a/dthompson/packages/games.scm b/dthompson/packages/games.scm index de7ab0f..ad9f5f0 100644 --- a/dthompson/packages/games.scm +++ b/dthompson/packages/games.scm @@ -14,8 +14,8 @@ #:use-module (gnu packages sdl) #:use-module (gnu packages texinfo)) -(define chickadee-for-super-bloom - (let ((commit "ca8b2bd07a07e727b17ebbdf8012c7d9cd135689") +(define-public chickadee-next + (let ((commit "0297cf27b245cc3ef26fac5825366fa583452779") (revision "1")) (package (inherit guile-chickadee) @@ -27,7 +27,7 @@ (commit commit))) (sha256 (base32 - "1s6wgb58z09f5li90ds6pnmfismd81xawf0qkxr1jkmvywfdg427")))) + "0ikpx942anh89l05gybk41g7nwdihn7npvxg4z4zzn6f5hhld58a")))) (native-inputs (list autoconf automake pkg-config texinfo))))) (define catbird-for-super-bloom @@ -49,7 +49,7 @@ '(#:make-flags '("GUILE_AUTO_COMPILE=0"))) (native-inputs (list autoconf automake pkg-config texinfo)) (inputs (list guile-3.0)) - (propagated-inputs (list chickadee-for-super-bloom guile-sdl2)) + (propagated-inputs (list chickadee-next guile-sdl2)) (synopsis "Game engine for Scheme programmers") (description "Catbird is a game engine written in Guile Scheme.") (home-page "https://dthompson.us/projects/chickadee.html") -- cgit v1.2.3