guix-commits
[Top][All Lists]
Advanced

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

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


From: Ricardo Wurmus
Subject: 79/272: gnu: ghc-boxes: Update to 0.1.5.
Date: Mon, 1 Oct 2018 06:13:19 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 50eff0d5ff2d50038f652a44f12410160651c389
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]