mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: love: Update to 0.10.0.
* gnu/packages/game-development.scm (love): Update to 0.10.0.
This commit is contained in:
parent
319007c507
commit
05d48c5243
1 changed files with 3 additions and 2 deletions
|
@ -266,14 +266,14 @@ (define-public physfs
|
||||||
(define-public love
|
(define-public love
|
||||||
(package
|
(package
|
||||||
(name "love")
|
(name "love")
|
||||||
(version "0.9.2")
|
(version "0.10.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://bitbucket.org/rude/love/downloads/"
|
(uri (string-append "https://bitbucket.org/rude/love/downloads/"
|
||||||
"love-" version "-linux-src.tar.gz"))
|
"love-" version "-linux-src.tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0wn1npr5gal5b1idh4a5fwc3f5c36lsbjd4r4d699rqlviid15d9"))))
|
"1r2n1nrw3hcdvy14fjbwz3l9swcy65v3lqwpj2frnkkcwncdz94p"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
|
@ -281,6 +281,7 @@ (define-public love
|
||||||
`(("devil" ,devil)
|
`(("devil" ,devil)
|
||||||
("freetype" ,freetype)
|
("freetype" ,freetype)
|
||||||
("libmodplug" ,libmodplug)
|
("libmodplug" ,libmodplug)
|
||||||
|
("libtheora" ,libtheora)
|
||||||
("libvorbis" ,libvorbis)
|
("libvorbis" ,libvorbis)
|
||||||
("luajit" ,luajit)
|
("luajit" ,luajit)
|
||||||
("mesa" ,mesa)
|
("mesa" ,mesa)
|
||||||
|
|
Loading…
Reference in a new issue