Commit 3a7285d1 authored by R. RyanTM's avatar R. RyanTM
Browse files

python312Packages.celery: 5.5.0 -> 5.5.2

parent 547c144d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -36,14 +36,14 @@

buildPythonPackage rec {
  pname = "celery";
  version = "5.5.0";
  version = "5.5.2";
  pyproject = true;

  disabled = pythonOlder "3.8";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-ENSfmSbRYjcxAQmw5uHi96ITO4TmhLs2U012Y+ZpGbs=";
    hash = "sha256-TWkw81T50pKVQl16NyYSRcdKMoB8Rddkvtwoav0Ock4=";
  };

  build-system = [ setuptools ];