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
1 changed files with 2 additions and 2 deletions

View File

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