me
/
guix
Archived
1
0
Fork 0

gnu: barrage: Update to 1.0.6.

* gnu/packages/games.scm (barrage): Update to 1.0.6.
master
Tobias Geerinckx-Rice 2023-01-15 01:00:00 +01:00
parent 3174affaf4
commit 4ce0304c70
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -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))