Unverified Commit 76003ade authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

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

python311Packages.particle: 0.23.1 -> 0.24.0
parents d14765c6 4fc01108
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = ''