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

python312Packages.particle: 0.25.1 -> 0.25.2 (#347141)

parents 8853e3b5 cb3e5a94
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.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 = ''