python312Packages.django-pgactivity: 1.5.0 -> 1.7.0

This commit is contained in:
R. Ryantm 2024-12-08 14:03:57 +00:00
parent 0bc7caf6ff
commit cddf4e4164

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "django-pgactivity";
version = "1.5.0";
version = "1.7.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Opus10";
repo = "django-pgactivity";
rev = "refs/tags/${version}";
hash = "sha256-jOpm/vYy3Ubi+NfvARH19ozZMUgyGD/ZztqxKNvAoLQ=";
tag = version;
hash = "sha256-XJDnNMhkoaRQBVsAdDqnFjOobUHi/RaMQZJnI61MuVI=";
};
build-system = [ poetry-core ];