Merge pull request #306419 from r-ryantm/auto-update/python311Packages.particle

python311Packages.particle: 0.23.1 -> 0.24.0

authored by Doron Behar and committed by GitHub 76003ade d14765c6

+2 -2
+2 -2
pkgs/development/python-modules/particle/default.nix
··· 16 17 buildPythonPackage rec { 18 pname = "particle"; 19 - version = "0.23.1"; 20 format = "pyproject"; 21 22 disabled = pythonOlder "3.9"; 23 24 src = fetchPypi { 25 inherit pname version; 26 - hash = "sha256-7uKLDoRr/qTf1w6exf/jJEYT2wi2tqm3c/VaQxB1L6s="; 27 }; 28 29 postPatch = ''
··· 16 17 buildPythonPackage rec { 18 pname = "particle"; 19 + version = "0.24.0"; 20 format = "pyproject"; 21 22 disabled = pythonOlder "3.9"; 23 24 src = fetchPypi { 25 inherit pname version; 26 + hash = "sha256-irS13UVHui2ug1SVWkNSEIkqV13/RvMjysbPQGALl2o="; 27 }; 28 29 postPatch = ''