python312Packages.onigurumacffi: 1.3.0 -> 1.4.1

This commit is contained in:
R. Ryantm
2025-01-05 06:39:01 +00:00
parent 77aa69ac50
commit b3aedc3048
@@ -8,12 +8,12 @@
}:
buildPythonPackage rec {
pname = "onigurumacffi";
version = "1.3.0";
version = "1.4.1";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-d0XNxWCWrOyIofOwhmCiKwnGWe040/WdtsHK12qXa+8=";
hash = "sha256-W/vB725dEXniJFP4JDeoJPnVdx4M5l86csprnGEiZTY=";
};
buildInputs = [