diff options
author | Timothy Sample <samplet@ngyro.com> | 2018-08-28 21:39:10 -0400 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-10-01 12:12:10 +0200 |
commit | 214fae871ba3a6a19c43993d98c40514b1880045 (patch) | |
tree | 19f33b6b0ee2b3db6bed5f7c85e3a2d125badfaf | |
parent | cfd1a7d0663402d6c180db22e932567add683a4c (diff) | |
download | patches-214fae871ba3a6a19c43993d98c40514b1880045.tar patches-214fae871ba3a6a19c43993d98c40514b1880045.tar.gz |
gnu: ghc-sdl-mixer: Update to 0.6.3.0.
* gnu/packages/haskell.scm (ghc-sdl-mixer): Update to 0.6.3.0.
-rw-r--r-- | gnu/packages/haskell.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 59fbb514c1..99d056e62f 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -1375,7 +1375,7 @@ award winning Linux port of \"Civilization: Call To Power.\"") (define-public ghc-sdl-mixer (package (name "ghc-sdl-mixer") - (version "0.6.2.0") + (version "0.6.3.0") (source (origin (method url-fetch) @@ -1385,7 +1385,7 @@ award winning Linux port of \"Civilization: Call To Power.\"") ".tar.gz")) (sha256 (base32 - "1fhray79d80dk2aj9mx3ks05mm48sd832g8zgxli226jx471fs8r")))) + "0k26hqgdh789ka3mv4dsk6rin6x6vwcs6hjmnsqq7j3mnrh1342r")))) (build-system haskell-build-system) (arguments `(#:configure-flags |