Skip to content

Commit

Permalink
Merge pull request #306419 from r-ryantm/auto-update/python311Package…
Browse files Browse the repository at this point in the history
…s.particle

python311Packages.particle: 0.23.1 -> 0.24.0
  • Loading branch information
doronbehar authored Apr 26, 2024
2 parents d14765c + 4fc0110 commit 76003ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/particle/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ''
Expand Down

0 comments on commit 76003ad

Please sign in to comment.