python3Packages.textnets: 0.10.4 -> 0.10.5

This commit is contained in:
R. Ryantm
2026-05-18 13:21:20 +00:00
parent 9ccfc30b92
commit 3fd457b136
@@ -29,14 +29,14 @@
buildPythonPackage rec {
pname = "textnets";
version = "0.10.4";
version = "0.10.5";
pyproject = true;
src = fetchFromGitHub {
owner = "jboynyc";
repo = "textnets";
tag = "v${version}";
hash = "sha256-GbJH+6EqfP+miqpYitnBwNDO6uQQq3h9Fy58nVaF1vw=";
hash = "sha256-0KBKpA4nnHxem65tZTtZcXl/EVS1ifWOXGT7a/750Gk=";
};
build-system = [