guix-commits
[Top][All Lists]
Advanced

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

206/272: gnu: ghc-vault: Update to 0.3.1.2.


From: Ricardo Wurmus
Subject: 206/272: gnu: ghc-vault: Update to 0.3.1.2.
Date: Mon, 1 Oct 2018 06:13:47 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 128c4c40e48db02e313d782d7aeb705418bde035
Author: Timothy Sample <address@hidden>
Date:   Tue Aug 28 23:18:28 2018 -0400

    gnu: ghc-vault: Update to 0.3.1.2.
    
    * gnu/packages/haskell.scm (ghc-vault): Update to 0.3.1.2.
    [inputs]: Add ghc-semigroupoids.
---
 gnu/packages/haskell.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index d8ceb0a..da48a64 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -4102,7 +4102,7 @@ cursor, and changing the title.")
 (define-public ghc-vault
   (package
     (name "ghc-vault")
-    (version "0.3.0.6")
+    (version "0.3.1.2")
     (source
      (origin
        (method url-fetch)
@@ -4112,11 +4112,12 @@ cursor, and changing the title.")
              ".tar.gz"))
        (sha256
         (base32
-         "0j7gcs440q7qlgzi2hn36crgp2c0w69k40g6vj9hxlm31zk3shqb"))))
+         "072mbrihsdsb8c6xvg6lvk0rqjgvxvi8qkg4n6wwym5hq0pfa04y"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-unordered-containers" ,ghc-unordered-containers)
-       ("ghc-hashable" ,ghc-hashable)))
+       ("ghc-hashable" ,ghc-hashable)
+       ("ghc-semigroupoids" ,ghc-semigroupoids)))
     (home-page
      "https://github.com/HeinrichApfelmus/vault";)
     (synopsis "Persistent store for arbitrary values")



reply via email to

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