guix-commits
[Top][All Lists]
Advanced

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

263/329: gnu: ghc-linear: Update to 1.20.9.


From: guix-commits
Subject: 263/329: gnu: ghc-linear: Update to 1.20.9.
Date: Wed, 20 Nov 2019 21:18:33 -0500 (EST)

samplet pushed a commit to branch master
in repository guix.

commit 86526f37c3c431e8c0513e156301a2935306e4a2
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 13:30:04 2019 -0400

    gnu: ghc-linear: Update to 1.20.9.
    
    * gnu/packages/haskell-xyz.scm (ghc-linear): Update to 1.20.9.
---
 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 50e4d32..bce7556 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -5989,7 +5989,7 @@ Kaseorg.")
 (define-public ghc-linear
   (package
     (name "ghc-linear")
-    (version "1.20.8")
+    (version "1.20.9")
     (source
      (origin
        (method url-fetch)
@@ -5997,7 +5997,7 @@ Kaseorg.")
                            "linear-" version ".tar.gz"))
        (sha256
         (base32
-         "046vkvxlb0s286qr55s0c6db0rlwbm1cmlmwhrrkqbkzhfcipgay"))))
+         "0h7yqigq593n7wsl7nz6a5f137wznm7y679wsii0ph0zsc4v5af5"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-adjunctions" ,ghc-adjunctions)



reply via email to

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