summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2018-08-28 21:28:57 -0400
committerRicardo Wurmus <rekado@elephly.net>2018-10-01 12:12:09 +0200
commit6b850af42d20016c8a33d575b6388acdfb6a0a88 (patch)
tree1aa648eedbf7dc2203f3f37bff90a997c5d6f9e3
parenta7427ff7780bc7907b7e7fe1446d21625ceeddb1 (diff)
downloadpatches-6b850af42d20016c8a33d575b6388acdfb6a0a88.tar
patches-6b850af42d20016c8a33d575b6388acdfb6a0a88.tar.gz
gnu: ghc-geniplate-mirror: Update to 0.7.6.
* gnu/packages/haskell.scm (ghc-geniplate-mirror): Update to 0.7.6.
-rw-r--r--gnu/packages/haskell.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 9df5e030a0..98cd790865 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -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")