mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: 7kaa: Update to 2.15.6.
* gnu/packages/games.scm (7kaa): Update to 2.15.6.
This commit is contained in:
parent
b1890b2743
commit
be2344fbea
1 changed files with 4 additions and 5 deletions
|
@ -10419,15 +10419,14 @@ (define-public burgerspace
|
|||
(define-public 7kaa
|
||||
(package
|
||||
(name "7kaa")
|
||||
(version "2.15.5")
|
||||
(version "2.15.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/the3dfxdude/7kaa/"
|
||||
"releases/download/v" version "/"
|
||||
"7kaa-" version ".tar.xz"))
|
||||
(uri (string-append "mirror://sourceforge/skfans/"
|
||||
"7KAA%20" version "/7kaa-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0axbv14fh87hwjabrb3zv7ivj88rs6kd2xq6s9qlpsszk20jc2im"))))
|
||||
(base32 "15a0cl55bg479gw880yz48myg336q5lwp2zpyxyyhyadq26vjy9c"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
(list gettext-minimal pkg-config))
|
||||
|
|
Loading…
Reference in a new issue