guix-commits
[Top][All Lists]
Advanced

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

06/249: gnu: ghc-file-embed: Update to 0.0.11.


From: guix-commits
Subject: 06/249: gnu: ghc-file-embed: Update to 0.0.11.
Date: Thu, 31 Oct 2019 23:49:16 -0400 (EDT)

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

commit f931c15a59a4711d9e1fcae305604796c8c027c3
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 00:40:49 2019 -0400

    gnu: ghc-file-embed: Update to 0.0.11.
    
    * gnu/packages/haskell-xyz.scm (ghc-file-embed): Update to 0.0.11.
---
 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 606dad0..34abc7d 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -3468,7 +3468,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)
@@ -3476,7 +3476,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")



reply via email to

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