python3Packages.hyperscan: 0.7.7 -> 0.7.8
https://github.com/darvid/python-hyperscan/blob/v0.7.8/CHANGELOG.md
This commit is contained in:
@@ -14,14 +14,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "hyperscan";
|
||||
version = "0.7.7";
|
||||
version = "0.7.8";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "darvid";
|
||||
repo = "python-hyperscan";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-TNiGh89SnGi0WAqfYudsj7GaVhOifi8ZcmTrMtVbk+c=";
|
||||
hash = "sha256-gNXE2VjHRTmIMyoLyTsmC9CuY3YT5ZsKfNZvMRthPn0=";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
@@ -47,7 +47,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "CPython extension for the Hyperscan regular expression matching library";
|
||||
homepage = "https://github.com/darvid/python-hyperscan";
|
||||
changelog = "https://github.com/darvid/python-hyperscan/blob/${src.rev}/CHANGELOG.md";
|
||||
changelog = "https://github.com/darvid/python-hyperscan/blob/${src.tag}/CHANGELOG.md";
|
||||
platforms = [
|
||||
"x86_64-linux"
|
||||
"x86_64-darwin"
|
||||
|
||||
Reference in New Issue
Block a user