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

python311Packages.particle: 0.23.1 -> 0.24.0
This commit is contained in:
Doron Behar 2024-04-26 11:41:23 +03:00 committed by GitHub
commit 76003ade76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = ''