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

python312Packages.tenant-schemas-celery: 4.0.0 -> 4.0.1 (#403008)

parents 983900d8 cecb5a0d
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.0";
  version = "4.0.1";
  pyproject = true;

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

  build-system = [ setuptools ];