gnu: 7kaa: Update to 2.15.5.

* gnu/packages/games.scm (7kaa): Update to 2.15.5.
This commit is contained in:
Tobias Geerinckx-Rice 2022-05-29 02:00:01 +02:00
parent 91363452f2
commit 5c6808748d
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -12063,7 +12063,7 @@ (define-public burgerspace
(define-public 7kaa
(package
(name "7kaa")
(version "2.15.4p1")
(version "2.15.5")
(source
(origin
(method url-fetch)
@ -12071,7 +12071,7 @@ (define-public 7kaa
"releases/download/v" version "/"
"7kaa-" version ".tar.xz"))
(sha256
(base32 "1y7v0jhp3apb619p7asikqr1dnwb2yxbh40wbx1ppmr5f03mq9ph"))))
(base32 "0axbv14fh87hwjabrb3zv7ivj88rs6kd2xq6s9qlpsszk20jc2im"))))
(build-system gnu-build-system)
(native-inputs
(list gettext-minimal pkg-config))