guix-commits
[Top][All Lists]
Advanced

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

79/257: gnu: ghc-boxes: Update to 0.1.5.


From: Ricardo Wurmus
Subject: 79/257: gnu: ghc-boxes: Update to 0.1.5.
Date: Thu, 27 Sep 2018 15:47:03 -0400 (EDT)

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

commit 2cb732080cba6696d7597d511f433abc8de34d30
Author: Timothy Sample <address@hidden>
Date:   Tue Aug 28 22:41:35 2018 -0400

    gnu: ghc-boxes: Update to 0.1.5.
    
    * gnu/packages/haskell.scm (ghc-boxes): Update to 0.1.5.
---
 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 caa8c68..4815028 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -5226,14 +5226,14 @@ notation}.")
 (define-public ghc-boxes
   (package
     (name "ghc-boxes")
-    (version "0.1.4")
+    (version "0.1.5")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://hackage.haskell.org/package/boxes/boxes-";
                            version ".tar.gz"))
        (sha256
-        (base32 "1n7xiplzd3s1a39nizwjcgsh3wi2348mp21c3fk19v98ialfjgjf"))))
+        (base32 "1hsnmw95i58d4bkpxby3ddsj1cawypw4mdyb18m393s5i8p7iq9q"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-split" ,ghc-split)



reply via email to

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