Skip to content

Commit

Permalink
python310Packages.fnv-hash-fast: 0.3.1 -> 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Jul 25, 2023
1 parent 4108afd commit 6a79562
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/fnv-hash-fast/default.nix
Expand Up @@ -11,14 +11,14 @@

buildPythonPackage rec {
pname = "fnv-hash-fast";
version = "0.3.1";
version = "0.4.0";
format = "pyproject";

src = fetchFromGitHub {
owner = "bdraco";
repo = "fnv-hash-fast";
rev = "v${version}";
hash = "sha256-yApMUTO6Kq2YESGMpkU4/FlN57+hX0uQr2fGH7QIdUE=";
hash = "sha256-4JhzrRnpb9+FYXd0S2XcBelaHuRksm8RC29rxZqtlpw=";
};

postPatch = ''
Expand Down

0 comments on commit 6a79562

Please sign in to comment.