guix-commits
[Top][All Lists]
Advanced

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

226/329: gnu: ghc-vector-builder: Update to 0.3.8.


From: guix-commits
Subject: 226/329: gnu: ghc-vector-builder: Update to 0.3.8.
Date: Wed, 20 Nov 2019 21:18:13 -0500 (EST)

samplet pushed a commit to branch master
in repository guix.

commit 1fc05441dac09b50320265bca3076afe8fef2d09
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 13:20:56 2019 -0400

    gnu: ghc-vector-builder: Update to 0.3.8.
    
    * gnu/packages/haskell-xyz.scm (ghc-vector-builder): Update to 0.3.8.
---
 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 f24c4e7..0e75078 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -11563,7 +11563,7 @@ boxed and storable vectors.")
 (define-public ghc-vector-builder
   (package
     (name "ghc-vector-builder")
-    (version "0.3.6")
+    (version "0.3.8")
     (source
      (origin
        (method url-fetch)
@@ -11572,7 +11572,7 @@ boxed and storable vectors.")
                            "vector-builder-" version ".tar.gz"))
        (sha256
         (base32
-         "06d2pa1fb3ydrl7l6rjazqyxv5i73v65x2f5fp0ypjxfbm6jsmn8"))))
+         "0ww0l52p8s6gmh985adnjbvm1vrqpqbm08qdcrvxwhhcqmxgv6m3"))))
     (build-system haskell-build-system)
     (inputs `(("ghc-vector" ,ghc-vector)
               ("ghc-semigroups" ,ghc-semigroups)



reply via email to

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