guix-commits
[Top][All Lists]
Advanced

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

23/45: gnu: ghc-operational: Update to 0.2.4.0.


From: guix-commits
Subject: 23/45: gnu: ghc-operational: Update to 0.2.4.0.
Date: Tue, 2 Nov 2021 05:07:53 -0400 (EDT)

lbraun pushed a commit to branch master
in repository guix.

commit 0bf782d58582d0c68c39b7be0a3f0354e65f3f9a
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Mon Oct 25 14:28:37 2021 +0200

    gnu: ghc-operational: Update to 0.2.4.0.
    
    * gnu/packages/haskell-xyz.scm (ghc-operational): Update to 0.2.4.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 e212328..967a774 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -8980,7 +8980,7 @@ found at runtime, a userError is thrown.")
 (define-public ghc-operational
   (package
     (name "ghc-operational")
-    (version "0.2.3.5")
+    (version "0.2.4.0")
     (source
      (origin
        (method url-fetch)
@@ -8988,7 +8988,7 @@ found at runtime, a userError is thrown.")
                            "operational-" version ".tar.gz"))
        (sha256
         (base32
-         "1x2abg2q9d26h1vzj40r6k7k3gqgappbs4g9d853vvg77837km4i"))))
+         "1hwmwbsxzwv68b39rv4gn3da6irv8zm89gqrkc3rdsgwi5ziyn3i"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-random" ,ghc-random)))



reply via email to

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