python3Packages.textnets: 0.10.3 -> 0.10.4

Diff: https://github.com/jboynyc/textnets/compare/v0.10.3...v0.10.4

Changelog: https://github.com/jboynyc/textnets/blob/v0.10.4/HISTORY.rst
This commit is contained in:
Robert Schütz
2025-11-01 10:57:28 -07:00
parent b898c6be39
commit 905ddb5e0e
@@ -5,7 +5,7 @@
fetchFromGitHub,
# build-system
cython_0,
cython,
pdm-backend,
setuptools,
@@ -29,24 +29,23 @@
buildPythonPackage rec {
pname = "textnets";
version = "0.10.3";
version = "0.10.4";
pyproject = true;
src = fetchFromGitHub {
owner = "jboynyc";
repo = "textnets";
tag = "v${version}";
hash = "sha256-BK0bBoe6GrZpVL4HvTwzRlXRWXfKdYJDhLD2UQctTjc=";
hash = "sha256-GbJH+6EqfP+miqpYitnBwNDO6uQQq3h9Fy58nVaF1vw=";
};
build-system = [
cython_0
cython
pdm-backend
setuptools
];
pythonRelaxDeps = [
"pyarrow"
"toolz"
];