diff options
author | David Thompson <dthompson2@worcester.edu> | 2023-09-28 07:46:53 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2023-09-28 07:47:29 -0400 |
commit | 9a0d291f8d2ce2cfb443773f2dcce2097218aa9f (patch) | |
tree | 4bbc298d2379642f93417cb3699dbe0db00dcdcb /dthompson/packages/games.scm | |
parent | 42fc48bdd66bd1a1f35e3b7a520068603a64402e (diff) |
Use latest chickadee commit for super-bloom.main
Diffstat (limited to 'dthompson/packages/games.scm')
-rw-r--r-- | dthompson/packages/games.scm | 8 |
1 files changed, 4 insertions, 4 deletions
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") |