python311Packages.hyperscan: 0.7.0 -> 0.7.7

This commit is contained in:
R. Ryantm 2024-03-14 19:02:50 +00:00
parent 4ff4273dbc
commit 0be5b955e8
1 changed files with 2 additions and 2 deletions

View File

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "hyperscan";
version = "0.7.0";
version = "0.7.7";
pyproject = true;
src = fetchFromGitHub {
owner = "darvid";
repo = "python-hyperscan";
rev = "refs/tags/v${version}";
hash = "sha256-XIsYBu2YPbSIZGIhJjPap1ymg7cr0+ozwZtpOj8GFm8=";
hash = "sha256-TNiGh89SnGi0WAqfYudsj7GaVhOifi8ZcmTrMtVbk+c=";
};
buildInputs = [