guix-commits
[Top][All Lists]
Advanced

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

18/329: gnu: ghc-mime-types: Update to 0.1.0.9.


From: guix-commits
Subject: 18/329: gnu: ghc-mime-types: Update to 0.1.0.9.
Date: Wed, 20 Nov 2019 21:16:51 -0500 (EST)

samplet pushed a commit to branch master
in repository guix.

commit 6b7b89db52236d1508bc959b14ccbee56e12c8ce
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 01:18:46 2019 -0400

    gnu: ghc-mime-types: Update to 0.1.0.9.
    
    * gnu/packages/haskell-web.scm (ghc-mime-types): Update to 0.1.0.9.
---
 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 6f1c460..15f000f 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -699,7 +699,7 @@ Haskell.")
 (define-public ghc-mime-types
   (package
     (name "ghc-mime-types")
-    (version "0.1.0.8")
+    (version "0.1.0.9")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://hackage.haskell.org/package/";
@@ -707,7 +707,7 @@ Haskell.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "14ccl2842ya17zyj0bpc7vzklbyqvvydpbypn69h2fmhgji192x8"))))
+                "1lkipa4v73z3l5lqs6sdhl898iq41kyxv2jb9agsajzgd58l6cha"))))
     (build-system haskell-build-system)
     (home-page "https://github.com/yesodweb/wai";)
     (synopsis "Basic MIME type handling types and functions")



reply via email to

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