mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-29 07:42:23 -05:00
gnu: libgme: Update to 0.6.3.
* gnu/packages/music.scm (libgme): Update to 0.6.3.
This commit is contained in:
parent
b5d32fb9dd
commit
dd42a2f391
1 changed files with 3 additions and 3 deletions
|
@ -864,7 +864,7 @@ (define-public gtklick
|
||||||
(define-public libgme
|
(define-public libgme
|
||||||
(package
|
(package
|
||||||
(name "libgme")
|
(name "libgme")
|
||||||
(version "0.6.2")
|
(version "0.6.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://bitbucket.org/mpyne/game-music-emu/"
|
(uri (string-append "https://bitbucket.org/mpyne/game-music-emu/"
|
||||||
|
@ -872,7 +872,7 @@ (define-public libgme
|
||||||
".tar.xz"))
|
".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0hkkmxbaas2sirlb5i4r10mgbbiaapjx8pazifabwba23m3wnijh"))))
|
"07857vdkak306d9s5g6fhmjyxk7vijzjhkmqb15s7ihfxx9lx8xb"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f)) ; no check target
|
'(#:tests? #f)) ; no check target
|
||||||
|
|
Loading…
Reference in a new issue