guix-commits
[Top][All Lists]
Advanced

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

123/328: gnu: ghc-generic-deriving: Update to 1.12.4.


From: guix-commits
Subject: 123/328: gnu: ghc-generic-deriving: Update to 1.12.4.
Date: Sat, 16 Nov 2019 19:32:40 -0500 (EST)

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

commit 196c2fc869d2220a7442b652dfd11ed59f79a75b
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 10:27:38 2019 -0400

    gnu: ghc-generic-deriving: Update to 1.12.4.
    
    * gnu/packages/haskell-xyz.scm (ghc-generic-deriving): Update to 1.12.4.
---
 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 2f56849..f0ff122 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -3743,7 +3743,7 @@ specific Windows, Mac, and Linux file system event 
notification.")
 (define-public ghc-generic-deriving
   (package
     (name "ghc-generic-deriving")
-    (version "1.12.2")
+    (version "1.12.4")
     (source
      (origin
        (method url-fetch)
@@ -3753,7 +3753,7 @@ specific Windows, Mac, and Linux file system event 
notification.")
              ".tar.gz"))
        (sha256
         (base32
-         "1i7d6cpj9yhaqb79zays3nqchhaacacjz9bkc0zlwj73y5gvi22n"))))
+         "0vdg9qdq35jl3m11a87wk8cq1y71qm4i1g1b2pxki0wk70yw20a4"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-th-abstraction" ,ghc-th-abstraction)))



reply via email to

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