Skip to content

Commit

Permalink
python312Packages.particle: 0.25.1 -> 0.25.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 7, 2024
1 parent 8ab1d55 commit cb3e5a9
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 @@ -15,14 +15,14 @@

buildPythonPackage rec {
pname = "particle";
version = "0.25.1";
version = "0.25.2";
pyproject = true;

disabled = pythonOlder "3.9";

src = fetchPypi {
inherit pname version;
hash = "sha256-lwZ0jpWnBt/9SUJts5MpgZf+GvgZchxdLG5RV2Sh+wE=";
hash = "sha256-H6S77ji/6u8IpAsnebTDDFzk+ihloQwCrP6QZ5tOYek=";
};

postPatch = ''
Expand Down

0 comments on commit cb3e5a9

Please sign in to comment.