mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: ghc-sdl-mixer: Update to 0.6.2.0.
* gnu/packages/haskell.scm (ghc-sdl-mixer): Update to 0.6.2.0.
This commit is contained in:
parent
1d9d3ec25d
commit
4123cb7f1b
1 changed files with 2 additions and 2 deletions
|
@ -1192,7 +1192,7 @@ (define-public ghc-sdl
|
||||||
(define-public ghc-sdl-mixer
|
(define-public ghc-sdl-mixer
|
||||||
(package
|
(package
|
||||||
(name "ghc-sdl-mixer")
|
(name "ghc-sdl-mixer")
|
||||||
(version "0.6.1.1")
|
(version "0.6.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1202,7 +1202,7 @@ (define-public ghc-sdl-mixer
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0md3238hx79mxb9a7l43kg3b3d28x4mqvj0hjsbsh15ajnvy9x2z"))))
|
"1fhray79d80dk2aj9mx3ks05mm48sd832g8zgxli226jx471fs8r"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
|
Loading…
Reference in a new issue