python3Packages.particle: 0.26.2 -> 1.0.0

This commit is contained in:
R. Ryantm
2026-06-30 11:40:35 +00:00
parent 2c51b55beb
commit 8f469e6f7c
@@ -14,12 +14,12 @@
buildPythonPackage rec {
pname = "particle";
version = "0.26.2";
version = "1.0.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-I8xDFfkNB9n69Z+BPbptEgCGigFZXjfXyVbr0ICdZy0=";
hash = "sha256-SRRd7By1BEsH8+jpAigPoFCVD6hFsFgAPmneUZu1BJI=";
};
postPatch = ''