diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-12 03:54:50 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-12 04:57:41 +0100 |
commit | dd42a2f3912d1aabf65b27d3f62c74a4039c9d62 (patch) | |
tree | 28e3033acf757d1b01588e8125ebad44b309705f /gnu/packages/music.scm | |
parent | b5d32fb9dd9eeb9240507e7c7fa5da5a871a6644 (diff) | |
download | patches-dd42a2f3912d1aabf65b27d3f62c74a4039c9d62.tar patches-dd42a2f3912d1aabf65b27d3f62c74a4039c9d62.tar.gz |
gnu: libgme: Update to 0.6.3.
* gnu/packages/music.scm (libgme): Update to 0.6.3.
Diffstat (limited to 'gnu/packages/music.scm')
-rw-r--r-- | gnu/packages/music.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 3690af83d7..f6585f60d4 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -864,7 +864,7 @@ interface. It is implemented as a frontend to @code{klick}.") (define-public libgme (package (name "libgme") - (version "0.6.2") + (version "0.6.3") (source (origin (method url-fetch) (uri (string-append "https://bitbucket.org/mpyne/game-music-emu/" @@ -872,10 +872,10 @@ interface. It is implemented as a frontend to @code{klick}.") ".tar.xz")) (sha256 (base32 - "0hkkmxbaas2sirlb5i4r10mgbbiaapjx8pazifabwba23m3wnijh")))) + "07857vdkak306d9s5g6fhmjyxk7vijzjhkmqb15s7ihfxx9lx8xb")))) (build-system cmake-build-system) (arguments - '(#:tests? #f)) ; no check target + '(#:tests? #f)) ; no check target (home-page "https://bitbucket.org/mpyne/game-music-emu") (synopsis "Video game music file playback library") (description |