summary refs log tree commit diff
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 00:40:49 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:47:54 -0500
commitb5920d5040d272d6bb925207fff002619ece7d1b (patch)
tree682163a4cf4d24526c501ebeb69214c8bece2d10
parent90e7b0e4c940236600ee66702a0567d01024ae5e (diff)
downloadguix-b5920d5040d272d6bb925207fff002619ece7d1b.tar.gz
gnu: ghc-file-embed: Update to 0.0.11.
* gnu/packages/haskell-xyz.scm (ghc-file-embed): Update to 0.0.11.
-rw-r--r--gnu/packages/haskell-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index de1a588d95..9011da4fb7 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -3469,7 +3469,7 @@ for generating graph-like data structures.")
 (define-public ghc-file-embed
   (package
     (name "ghc-file-embed")
-    (version "0.0.10.1")
+    (version "0.0.11")
     (source
      (origin
        (method url-fetch)
@@ -3477,7 +3477,7 @@ for generating graph-like data structures.")
                            "file-embed-" version ".tar.gz"))
        (sha256
         (base32
-         "0lj164cnzqyd487mli91nnr7137a4h4qsasfwsnsh77sx12fpk9k"))))
+         "0l6dkwccbzzyx8rcav03lya2334dgi3vfwk96h7l93l0fc4x19gf"))))
     (build-system haskell-build-system)
     (home-page "https://github.com/snoyberg/file-embed")
     (synopsis "Use Template Haskell to embed file contents directly")