python311Packages.particle: 0.23.1 -> 0.24.0

This commit is contained in:
R. Ryantm 2024-04-23 23:59:26 +00:00
parent 71b4a60386
commit 4fc01108b0

View File

@ -16,14 +16,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "particle"; pname = "particle";
version = "0.23.1"; version = "0.24.0";
format = "pyproject"; format = "pyproject";
disabled = pythonOlder "3.9"; disabled = pythonOlder "3.9";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-7uKLDoRr/qTf1w6exf/jJEYT2wi2tqm3c/VaQxB1L6s="; hash = "sha256-irS13UVHui2ug1SVWkNSEIkqV13/RvMjysbPQGALl2o=";
}; };
postPatch = '' postPatch = ''