guix-commits
[Top][All Lists]
Advanced

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

112/177: gnu: ghc-mime-types: Update to 0.1.0.7.


From: Ricardo Wurmus
Subject: 112/177: gnu: ghc-mime-types: Update to 0.1.0.7.
Date: Tue, 13 Feb 2018 07:38:20 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 4815c5978c5e4e30cc3d7aae9e74a61b3fcbaf87
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Feb 13 00:06:05 2018 +0100

    gnu: ghc-mime-types: Update to 0.1.0.7.
    
    * gnu/packages/haskell-web.scm (ghc-mime-types): Update to 0.1.0.7.
---
 gnu/packages/haskell-web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm
index 5b742d2..e27ba6c 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -635,7 +635,7 @@ Haskell.")
 (define-public ghc-mime-types
   (package
     (name "ghc-mime-types")
-    (version "0.1.0.6")
+    (version "0.1.0.7")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://hackage.haskell.org/package/";
@@ -643,7 +643,7 @@ Haskell.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "090z3dp928243amnc6s8g10rk2h2bprk9y138q6wj3cpflzr72pw"))))
+                "1fg9cqpp5lswk8ajlq4f41n12c2v2naz179l8dsz6zisjqj4l5l3"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-text" ,ghc-text)))



reply via email to

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