Commit 7a8e4ec7 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.celery: 5.6.0 -> 5.6.1

parent 16eb4dee
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -39,14 +39,14 @@

buildPythonPackage rec {
  pname = "celery";
  version = "5.6.0";
  version = "5.6.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "celery";
    repo = "celery";
    tag = "v${version}";
    hash = "sha256-BKF+p35Z5r/WRjuOaSFtESkbo+N+tbd0R40EWl0iU9I=";
    hash = "sha256-zKvkQ9/1N6ht4yrL+KDr3QDcWseoZBUkuwdFORKqctI=";
  };

  patches = lib.optionals (!withAmqpRepl) [