Loading pkgs/development/python-modules/stringzilla/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -11,14 +11,14 @@ buildPythonPackage rec { pname = "stringzilla"; version = "3.12.6"; version = "4.0.14"; pyproject = true; src = fetchFromGitHub { owner = "ashvardanian"; repo = "stringzilla"; tag = "v${version}"; hash = "sha256-4Ze6yVNd2NX0E6vAJuiLZTIgicF7mSlGO8wKOF1jYds="; hash = "sha256-kEo5lNCdC9676ZrBNIkav+9wT9qjzZHbauKuVnrXxK8="; }; postPatch = lib.optionalString stdenv.hostPlatform.isDarwin '' Loading @@ -39,7 +39,7 @@ buildPythonPackage rec { pytestCheckHook ]; enabledTestPaths = [ "scripts/test.py" ]; enabledTestPaths = [ "scripts/test_stringzilla.py" ]; meta = { changelog = "https://github.com/ashvardanian/StringZilla/releases/tag/${src.tag}"; Loading Loading
pkgs/development/python-modules/stringzilla/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -11,14 +11,14 @@ buildPythonPackage rec { pname = "stringzilla"; version = "3.12.6"; version = "4.0.14"; pyproject = true; src = fetchFromGitHub { owner = "ashvardanian"; repo = "stringzilla"; tag = "v${version}"; hash = "sha256-4Ze6yVNd2NX0E6vAJuiLZTIgicF7mSlGO8wKOF1jYds="; hash = "sha256-kEo5lNCdC9676ZrBNIkav+9wT9qjzZHbauKuVnrXxK8="; }; postPatch = lib.optionalString stdenv.hostPlatform.isDarwin '' Loading @@ -39,7 +39,7 @@ buildPythonPackage rec { pytestCheckHook ]; enabledTestPaths = [ "scripts/test.py" ]; enabledTestPaths = [ "scripts/test_stringzilla.py" ]; meta = { changelog = "https://github.com/ashvardanian/StringZilla/releases/tag/${src.tag}"; Loading