guix-commits
[Top][All Lists]
Advanced

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

226/249: gnu: ghc-sdl2: Update to 2.5.0.0.


From: guix-commits
Subject: 226/249: gnu: ghc-sdl2: Update to 2.5.0.0.
Date: Thu, 31 Oct 2019 23:50:07 -0400 (EDT)

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

commit 6c389cd9a9d4b4ffcff065fdd7872578a5c3f16c
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 13:31:22 2019 -0400

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

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 9236b65..9a73669 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -8781,7 +8781,7 @@ award winning Linux port of \"Civilization: Call To 
Power.\"")
 (define-public ghc-sdl2
   (package
     (name "ghc-sdl2")
-    (version "2.4.1.0")
+    (version "2.5.0.0")
     (source
      (origin
        (method url-fetch)
@@ -8789,7 +8789,7 @@ award winning Linux port of \"Civilization: Call To 
Power.\"")
                            "sdl2/sdl2-" version ".tar.gz"))
        (sha256
         (base32
-         "0p4b12fmxps0sbnkqdfy0qw19s355yrkw7fgw6xz53wzq706k991"))))
+         "1x368yhdd55b3cvx8dvj1sj6nzygzigbhrwhssjs4k0rcxlwqfw8"))))
     (build-system haskell-build-system)
     (arguments '(#:tests? #f)) ; tests require graphical environment
     (inputs



reply via email to

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