guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

44/257: gnu: ghc-sdl-image: Update to 0.6.2.0.


From: Ricardo Wurmus
Subject: 44/257: gnu: ghc-sdl-image: Update to 0.6.2.0.
Date: Thu, 27 Sep 2018 15:46:55 -0400 (EDT)

rekado pushed a commit to branch wip-haskell
in repository guix.

commit 83f3f0a2e92a0e4cd22baffda303c36fdebe88a3
Author: Timothy Sample <address@hidden>
Date:   Tue Aug 28 21:37:02 2018 -0400

    gnu: ghc-sdl-image: Update to 0.6.2.0.
    
    * gnu/packages/haskell.scm (ghc-sdl-image): Update to 0.6.2.0.
---
 gnu/packages/haskell.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 4a5a7a9..59fbb51 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1406,7 +1406,7 @@ MIDI, Ogg Vorbis, and SMPEG MP3 libraries.")
 (define-public ghc-sdl-image
   (package
     (name "ghc-sdl-image")
-    (version "0.6.1.2")
+    (version "0.6.2.0")
     (source
      (origin
        (method url-fetch)
@@ -1416,7 +1416,7 @@ MIDI, Ogg Vorbis, and SMPEG MP3 libraries.")
              ".tar.gz"))
        (sha256
         (base32
-         "1ybdwlqi5nqzpsbh2md5mxhwmjn910iqysf6nykwjxlmvhcjk281"))))
+         "1gxwrvswgwjw6g7ym52gik22l9l3ljy592phv97jdmcf3gi6qcg1"))))
     (build-system haskell-build-system)
     (arguments
      `(#:configure-flags



reply via email to

[Prev in Thread] Current Thread [Next in Thread]