Skip to content

Commit

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

python312Packages.particle: 0.24.0 -> 0.25.0
  • Loading branch information
doronbehar authored Aug 10, 2024
2 parents 6da9cd1 + c4189ff commit 1336338
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.24.0";
version = "0.25.0";
format = "pyproject";

disabled = pythonOlder "3.9";

src = fetchPypi {
inherit pname version;
hash = "sha256-irS13UVHui2ug1SVWkNSEIkqV13/RvMjysbPQGALl2o=";
hash = "sha256-ji1fo2VV5q8hi2bpe5WFsdT1IIV4XZbAZ3NvCy5X9a0=";
};

postPatch = ''
Expand Down

0 comments on commit 1336338

Please sign in to comment.