guix-commits
[Top][All Lists]
Advanced

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

121/329: gnu: ghc-newtype-generics: Update to 0.5.4.


From: guix-commits
Subject: 121/329: gnu: ghc-newtype-generics: Update to 0.5.4.
Date: Wed, 20 Nov 2019 21:17:26 -0500 (EST)

samplet pushed a commit to branch master
in repository guix.

commit c07e16dd2cf0b80da9ea9a08e42ba8b6be89f12b
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 10:27:05 2019 -0400

    gnu: ghc-newtype-generics: Update to 0.5.4.
    
    * gnu/packages/haskell-xyz.scm (ghc-newtype-generics): Update to 0.5.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 9518ca3..2f56849 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -6909,7 +6909,7 @@ IPv4, IPv6 and MAC addresses.")
 (define-public ghc-newtype-generics
   (package
     (name "ghc-newtype-generics")
-    (version "0.5.3")
+    (version "0.5.4")
     (source
      (origin
        (method url-fetch)
@@ -6918,7 +6918,7 @@ IPv4, IPv6 and MAC addresses.")
                            version ".tar.gz"))
        (sha256
         (base32
-         "0igyisw2djg19v9vkna1rwf47k97mvkvk4bbkmswznvbm00z15gj"))))
+         "0cprfg4n0z62cnix1qrbc79bfdd4s50b05fj9m9hk6vm1pc3szq0"))))
     (build-system haskell-build-system)
     (native-inputs
      `(("ghc-hspec" ,ghc-hspec)



reply via email to

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