diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-01-15 01:00:00 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-01-15 01:00:21 +0100 |
commit | 4ce0304c70e4958b0bde05dfd4b106ea0aa3cc99 (patch) | |
tree | 4427fb00c54b55f0dea0b26d79f9eeab3b01bf31 /gnu/packages/games.scm | |
parent | 3174affaf436f06d0c1ed2a8db2c524a29010bbb (diff) | |
download | guix-4ce0304c70e4958b0bde05dfd4b106ea0aa3cc99.tar.gz |
gnu: barrage: Update to 1.0.6.
* gnu/packages/games.scm (barrage): Update to 1.0.6.
Diffstat (limited to 'gnu/packages/games.scm')
-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 33ac04f60b..181e826aa7 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -10409,14 +10409,14 @@ ChessX.") (define-public barrage (package (name "barrage") - (version "1.0.5") + (version "1.0.6") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/lgames/barrage/" "barrage-" version ".tar.gz")) (sha256 - (base32 "0139wxyrir10cbkvkjn548xgmp84wax8mfwk80yxbxlcdamrg257")))) + (base32 "1bhx708s7viv01m6bmpjsdgr33wk5kqw4wf7bvgw73a07v6j8ncw")))) (build-system gnu-build-system) (inputs (list hicolor-icon-theme sdl sdl-mixer)) |