python3Packages.tenant-schemas-celery: 4.0.1 -> 4.0.2

This commit is contained in:
R. Ryantm
2025-07-28 08:17:47 +00:00
parent 1e95fd75ac
commit c6e3db54b7

View File

@@ -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 ];