Unverified Commit 53cebfcd authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

python312Packages.particle: 0.25.2 -> 0.25.3 (#398263)

parents e168d098 5845d0de
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,14 +15,14 @@

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

  disabled = pythonOlder "3.9";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-H6S77ji/6u8IpAsnebTDDFzk+ihloQwCrP6QZ5tOYek=";
    hash = "sha256-eM9+VuniEYOF+/uJCNg5XnomerXwWWqq/rrbCMsERSs=";
  };

  postPatch = ''