Skip to content

Commit

Permalink
python311Packages.particle: 0.23.1 -> 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Apr 23, 2024
1 parent 71b4a60 commit 4fc0110
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 4fc0110

Please sign in to comment.