gnu: ghc-geniplate-mirror: Update to 0.7.6.
authorTimothy Sample <samplet@ngyro.com>
Wed, 29 Aug 2018 01:28:57 +0000 (21:28 -0400)
committerRicardo Wurmus <rekado@elephly.net>
Mon, 1 Oct 2018 10:12:09 +0000 (12:12 +0200)
* gnu/packages/haskell.scm (ghc-geniplate-mirror): Update to 0.7.6.

gnu/packages/haskell.scm

index 9df5e03..98cd790 100644 (file)
@@ -5726,7 +5726,7 @@ package, and that's where the version number started.")
 (define-public ghc-geniplate-mirror
   (package
     (name "ghc-geniplate-mirror")
-    (version "0.7.5")
+    (version "0.7.6")
     (source
      (origin
        (method url-fetch)
@@ -5734,7 +5734,7 @@ package, and that's where the version number started.")
                            "/geniplate-mirror"
                            "/geniplate-mirror-" version ".tar.gz"))
        (sha256
-        (base32 "17vjps2118s5z3k39ij00lkmkxv3mqf8h59wv6qdamlgmhyr36si"))))
+        (base32 "1y0m0bw5zpm1y1y6d9qmxj3swl8j8hlw1shxbr5awycf6k884ssb"))))
     (build-system haskell-build-system)
     (home-page "https://github.com/danr/geniplate")
     (synopsis "Use Template Haskell to generate Uniplate-like functions")