guix-commits
[Top][All Lists]
Advanced

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

14/329: gnu: ghc-rfc5051: Update to 0.1.0.4.


From: guix-commits
Subject: 14/329: gnu: ghc-rfc5051: Update to 0.1.0.4.
Date: Wed, 20 Nov 2019 21:16:50 -0500 (EST)

samplet pushed a commit to branch master
in repository guix.

commit ec42ab7c448dc3c33c886b2e1fd9bc3af5b1c066
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 00:50:42 2019 -0400

    gnu: ghc-rfc5051: Update to 0.1.0.4.
    
    * gnu/packages/haskell-xyz.scm (ghc-rfc5051): Update to 0.1.0.4.
---
 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 0f4316d..73da9e1 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -8544,7 +8544,7 @@ code where you can safely allocate resources.")
 (define-public ghc-rfc5051
   (package
     (name "ghc-rfc5051")
-    (version "0.1.0.3")
+    (version "0.1.0.4")
     (source
      (origin
        (method url-fetch)
@@ -8552,7 +8552,7 @@ code where you can safely allocate resources.")
                            "rfc5051-" version ".tar.gz"))
        (sha256
         (base32
-         "0av4c3qvwbkbzrjrrg601ay9pds7wscqqp2lc2z78mv2lllap3g3"))))
+         "1lxkq414ni986ciml4gbvf463fn55z299knky7pq3ixb1qislpb1"))))
     (build-system haskell-build-system)
     (home-page "https://hackage.haskell.org/package/rfc5051";)
     (synopsis "Simple unicode collation as per RFC5051")



reply via email to

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