python312Packages.particle: 0.25.1 -> 0.25.2

This commit is contained in:
R. Ryantm
2024-10-07 17:57:05 +00:00
parent 8ab1d552b8
commit cb3e5a9480
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "particle";
version = "0.25.1";
version = "0.25.2";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-lwZ0jpWnBt/9SUJts5MpgZf+GvgZchxdLG5RV2Sh+wE=";
hash = "sha256-H6S77ji/6u8IpAsnebTDDFzk+ihloQwCrP6QZ5tOYek=";
};
postPatch = ''