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

python311Packages.hyperscan: 0.6.0 -> 0.7.0
This commit is contained in:
Weijia Wang 2024-02-04 20:21:03 +01:00 committed by GitHub
commit 4a83bb78e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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