me
/
guix
Archived
1
0
Fork 0

gnu: gamine: Update to 1.6.

* gnu/packages/games.scm (gamine): Update to 1.6.
master
Tobias Geerinckx-Rice 2019-02-15 05:08:24 +01:00
parent f5e1a0e576
commit 87683add41
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 4 additions and 4 deletions

View File

@ -2143,14 +2143,14 @@ Battle for Wesnoth}.")))
(define-public gamine
(package
(name "gamine")
(version "1.5")
(version "1.6")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/gamine-game/"
"gamine-" version ".tar.gz"))
(sha256
(base32
"08wnk7w84c2413hwny89j2cn89cvfdf67bfc6wl0bf475if0mf4h"))))
"1sc6f4445ciigd6yw0ri92746k4hk6ps0bvj9fm1gbp3c3fslk5n"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)