mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: apricots: Update to 0.2.8.
* gnu/packages/games.scm (apricots): Update to 0.2.8. [inputs]: Replace freealut with alure. Change-Id: I3923bbef1a22c9109bda496d76451c03e98e503c
This commit is contained in:
parent
fad392b339
commit
8dae6b4754
1 changed files with 3 additions and 3 deletions
|
@ -11544,7 +11544,7 @@ (define-public vcmi
|
||||||
(define-public apricots
|
(define-public apricots
|
||||||
(package
|
(package
|
||||||
(name "apricots")
|
(name "apricots")
|
||||||
(version "0.2.7")
|
(version "0.2.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -11552,7 +11552,7 @@ (define-public apricots
|
||||||
(url "https://github.com/moggers87/apricots")
|
(url "https://github.com/moggers87/apricots")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0vis217hhnb9fbs9sf8mmcm71qp44kr3xqmffc1gdiixvi90c781"))
|
(base32 "01mqdybmn5rp8ifx619bx0pki9ryj5cvv2iwpsnn8ngggd6smh9x"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -11561,7 +11561,7 @@ (define-public apricots
|
||||||
(list #:tests? #f))
|
(list #:tests? #f))
|
||||||
(native-inputs (list autoconf ;autom4te used in ./bootstrap
|
(native-inputs (list autoconf ;autom4te used in ./bootstrap
|
||||||
automake)) ;aclocal used in ./bootstrap
|
automake)) ;aclocal used in ./bootstrap
|
||||||
(inputs (list freealut openal sdl2))
|
(inputs (list alure openal sdl2))
|
||||||
(home-page "https://github.com/moggers87/apricots")
|
(home-page "https://github.com/moggers87/apricots")
|
||||||
(synopsis "Arcade airplane game")
|
(synopsis "Arcade airplane game")
|
||||||
(description "@code{apricots} is a game where you fly a little plane
|
(description "@code{apricots} is a game where you fly a little plane
|
||||||
|
|
Loading…
Reference in a new issue