Merge pull request #295953 from r-ryantm/auto-update/python311Packages.hyperscan

python311Packages.hyperscan: 0.7.0 -> 0.7.7
This commit is contained in:
Peder Bergebakken Sundt 2024-03-22 21:10:25 +01:00 committed by GitHub
commit aba081a95c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 = [