python311Packages.hyperscan: 0.6.0 -> 0.7.0

This commit is contained in:
R. Ryantm 2024-01-27 08:29:30 +00:00
parent b0051767f1
commit c384622290

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 = [