gnu: gamine: Update to 1.5.
* gnu/packages/games.scm (gamine): Update to 1.5.
This commit is contained in:
parent
45433bb03d
commit
e28cb7a5f5
|
@ -207,7 +207,7 @@ effects and music to make a completely free game.")
|
||||||
(define-public gnubg
|
(define-public gnubg
|
||||||
(package
|
(package
|
||||||
(name "gnubg")
|
(name "gnubg")
|
||||||
(version "1.05")
|
(version "1.02")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -215,7 +215,7 @@ effects and music to make a completely free game.")
|
||||||
version ".000-sources." "tar.gz"))
|
version ".000-sources." "tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1nydliwfpljbys4941irixflqqwpv889mx5lcjz50ygih85q2wm8"))))
|
"015mvjk2iw1cg1kxwxfnvp2rxb9cylf6yc39i30fdy414k07zkky"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("glib" ,glib)
|
(inputs `(("glib" ,glib)
|
||||||
("readline" ,readline)
|
("readline" ,readline)
|
||||||
|
@ -1411,14 +1411,14 @@ older games.")
|
||||||
(define-public gamine
|
(define-public gamine
|
||||||
(package
|
(package
|
||||||
(name "gamine")
|
(name "gamine")
|
||||||
(version "1.4")
|
(version "1.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/gamine-game/"
|
(uri (string-append "mirror://sourceforge/gamine-game/"
|
||||||
"gamine-" version ".tar.gz"))
|
"gamine-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1iny959i1kl2ab6z5xi4s66mrvrwcarxyvjfp2k1sx532s8knk8h"))))
|
"08wnk7w84c2413hwny89j2cn89cvfdf67bfc6wl0bf475if0mf4h"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
|
|
Loading…
Reference in New Issue