python312Packages.semchunk: 3.1.1 -> 3.1.2

This commit is contained in:
R. Ryantm
2025-03-07 05:56:48 +00:00
parent 5c6bec2e11
commit 4fcffe0878
@@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "semchunk";
version = "3.1.1";
version = "3.1.2";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-c4FwgDVheAHfokbIoJYCBCpcK5w9NZRDFtoi1SOMv2s=";
hash = "sha256-JF/7/sj/IJ6gwtTIQ1BCb6jUYKJaRgzB7Y7rNrtjKVw=";
};
build-system = [