guix-commits
[Top][All Lists]
Advanced

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

160/249: gnu: ghc-libmpd: Update to 0.9.0.10.


From: guix-commits
Subject: 160/249: gnu: ghc-libmpd: Update to 0.9.0.10.
Date: Thu, 31 Oct 2019 23:49:54 -0400 (EDT)

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

commit bac9cf64698d1a3b04f99d4461794e2128076abc
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 14:31:09 2019 -0400

    gnu: ghc-libmpd: Update to 0.9.0.10.
    
    * gnu/packages/haskell-xyz.scm (ghc-libmpd): Update to 0.9.0.10.
---
 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 3e4e04f..d0444cc 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -5673,7 +5673,7 @@ to be called from Haskell.")
 (define-public ghc-libmpd
   (package
     (name "ghc-libmpd")
-    (version "0.9.0.9")
+    (version "0.9.0.10")
     (source
      (origin
        (method url-fetch)
@@ -5683,7 +5683,7 @@ to be called from Haskell.")
              ".tar.gz"))
        (sha256
         (base32
-         "1931m23iqb4wddpdidm4ph746zpaw41kkjzmb074j7yyfpk7x1jv"))))
+         "0vy287mn1vk8kvij5i3hc0p02l886cpsq5dds7kl6g520si3abkb"))))
     (build-system haskell-build-system)
     ;; Tests fail on i686.
     ;; See https://github.com/vimus/libmpd-haskell/issues/112



reply via email to

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