diff --git a/ghc-hashable.changes b/ghc-hashable.changes index 70ff92b..1b0f29f 100644 --- a/ghc-hashable.changes +++ b/ghc-hashable.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Aug 25 10:24:30 UTC 2021 - psimons@suse.com + +- Update hashable to version 1.3.3.0. + ## Version 1.3.3.0 + + * `Text` hashing uses 64-bit FNV prime + * Don't truncate Text hashvalues on 64bit Windows: + https://github.com/haskell-unordered-containers/hashable/pull/211 + ------------------------------------------------------------------- Thu May 20 09:19:48 UTC 2021 - psimons@suse.com diff --git a/ghc-hashable.spec b/ghc-hashable.spec index a34a2d6..0a4bd2a 100644 --- a/ghc-hashable.spec +++ b/ghc-hashable.spec @@ -19,7 +19,7 @@ %global pkg_name hashable %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.3.2.0 +Version: 1.3.3.0 Release: 0 Summary: A class for types that can be converted to a hash value License: BSD-3-Clause diff --git a/hashable-1.3.2.0.tar.gz b/hashable-1.3.2.0.tar.gz deleted file mode 100644 index 4ddeecf..0000000 --- a/hashable-1.3.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:59bd964b6fe52b04825cf5402c87981068c051f351b2cb940b75f1c60719d637 -size 22841 diff --git a/hashable-1.3.3.0.tar.gz b/hashable-1.3.3.0.tar.gz new file mode 100644 index 0000000..305e659 --- /dev/null +++ b/hashable-1.3.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99a578e58fb6a869593841e4b3184f5b52c921bcb0d661d2b3a06e6526cb85dc +size 23228