Unverified Commit 5d331854 authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

python3Packages.tenant-schemas-celery: 4.0.1 -> 4.0.2 (#429031)

parents 9dbd61ef c6e3db54
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

buildPythonPackage rec {
  pname = "tenant-schemas-celery";
  version = "4.0.1";
  version = "4.0.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "maciej-gol";
    repo = "tenant-schemas-celery";
    tag = version;
    hash = "sha256-rGLrP8rE9SACMDVpNeBU85U/Sb2lNhsgEgHJhAsdKNM=";
    hash = "sha256-HJBSUS75Zk/b1i4QTaAOFO34Pstg5tEpeNBiTADpN+I=";
  };

  build-system = [ setuptools ];