1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-28 13:14:07 +02:00

gnu: ghc-vector-hashtables: Update to version 0.1.2.1

* gnu/packages/haskell-xyz.scm (ghc-vector-hashtables): Update to
version 0.1.2.1.

Change-Id: I52c14454db6f525d492f8768790cb54b08a5e124
Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Saku Laesvuori
2025-10-18 15:54:17 +03:00
committed by Andreas Enge
parent ad57be0b6b
commit 00e9cc16fc
+3 -2
View File
@@ -14457,14 +14457,15 @@ vector.")
(define-public ghc-vector-hashtables
(package
(name "ghc-vector-hashtables")
(version "0.1.1.2")
(version "0.1.2.1")
(source (origin
(method url-fetch)
(uri (hackage-uri "vector-hashtables" version))
(sha256
(base32
"0hrjvy9qg1m5g3w91zxy4syqmp8jk7ajjbxbzkhy282dwfigkyd2"))))
"1cdfvrpnia7bgqaw8yg0n23svbsdz72gss0hrkrvc5rwzxwhz49k"))))
(build-system haskell-build-system)
(properties '((upstream-name . "vector-hashtables")))
(inputs (list ghc-primitive ghc-vector ghc-hashable))
(native-inputs (list ghc-hspec ghc-quickcheck ghc-quickcheck-instances
hspec-discover))