guix-commits
[Top][All Lists]
Advanced

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

203/329: gnu: ghc-vault: Update to 0.3.1.3.


From: guix-commits
Subject: 203/329: gnu: ghc-vault: Update to 0.3.1.3.
Date: Wed, 20 Nov 2019 21:18:01 -0500 (EST)

samplet pushed a commit to branch master
in repository guix.

commit b40a436e6a6b645b88964afd2cac1fba05e1eef1
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 13:17:28 2019 -0400

    gnu: ghc-vault: Update to 0.3.1.3.
    
    * gnu/packages/haskell-xyz.scm (ghc-vault): Update to 0.3.1.3.
    [inputs]: Replace 'ghc-semigroupoids' with 'ghc-semigroups'.
---
 gnu/packages/haskell-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index c5a1c00..789ae84 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -11387,7 +11387,7 @@ explicit by providing a function to check whether the 
invariants hold.")
 (define-public ghc-vault
   (package
     (name "ghc-vault")
-    (version "0.3.1.2")
+    (version "0.3.1.3")
     (source
      (origin
        (method url-fetch)
@@ -11397,12 +11397,12 @@ explicit by providing a function to check whether the 
invariants hold.")
              ".tar.gz"))
        (sha256
         (base32
-         "072mbrihsdsb8c6xvg6lvk0rqjgvxvi8qkg4n6wwym5hq0pfa04y"))))
+         "0vdm472vn734xa27jjm2mjacl37mxiqaaahvm4hzqjgyh4cqq377"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-unordered-containers" ,ghc-unordered-containers)
        ("ghc-hashable" ,ghc-hashable)
-       ("ghc-semigroupoids" ,ghc-semigroupoids)))
+       ("ghc-semigroups" ,ghc-semigroups)))
     (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]