python312Packages.stringzilla: 3.10.5 -> 3.10.7
Diff: https://github.com/ashvardanian/stringzilla/compare/refs/tags/v3.10.5...v3.10.7 Changelog: https://github.com/ashvardanian/StringZilla/releases/tag/v3.10.6 https://github.com/ashvardanian/StringZilla/releases/tag/v3.10.7
This commit is contained in:
parent
a8ffc2295c
commit
3b9a51a06f
@ -13,20 +13,20 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "stringzilla";
|
pname = "stringzilla";
|
||||||
version = "3.10.5";
|
version = "3.10.7";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ashvardanian";
|
owner = "ashvardanian";
|
||||||
repo = "stringzilla";
|
repo = "stringzilla";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-E7w6s813OGCld/GRTHMbjVAReTGb37HlB687gP9N9FA=";
|
hash = "sha256-36W7/PL8nRty8cHuMoTr73tQ4uvtjkwP9lyzNLCuhv0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoDeps = rustPlatform.fetchCargoTarball {
|
cargoDeps = rustPlatform.fetchCargoTarball {
|
||||||
inherit src;
|
inherit src;
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
hash = "sha256-36LN9AoAWA//pldmQZtKMrck4EoGUW9G2vzdsRw08SA=";
|
hash = "sha256-qa03Jd0MMtDwkp2E81MacRMbzD/O7E29BT0tc2OjLiY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [
|
build-system = [
|
||||||
|
Loading…
Reference in New Issue
Block a user