python312Packages.django-pgactivity: 1.7.0 -> 1.7.1

authored by R. Ryantm and committed by Weijia Wang 514b5ddc a98c720f

Changed files
+5 -5
pkgs
development
python-modules
django-pgactivity
+5 -5
pkgs/development/python-modules/django-pgactivity/default.nix
··· 9 10 buildPythonPackage rec { 11 pname = "django-pgactivity"; 12 - version = "1.7.0"; 13 pyproject = true; 14 15 src = fetchFromGitHub { 16 - owner = "Opus10"; 17 repo = "django-pgactivity"; 18 tag = version; 19 - hash = "sha256-XJDnNMhkoaRQBVsAdDqnFjOobUHi/RaMQZJnI61MuVI="; 20 }; 21 22 build-system = [ poetry-core ]; ··· 30 31 meta = { 32 description = "View, filter, and kill Postgres queries"; 33 - homepage = "https://github.com/Opus10/django-pgactivity"; 34 - changelog = "https://github.com/Opus10/django-pgactivity/blob/${version}/CHANGELOG.md"; 35 license = lib.licenses.bsd3; 36 maintainers = with lib.maintainers; [ jopejoe1 ]; 37 };
··· 9 10 buildPythonPackage rec { 11 pname = "django-pgactivity"; 12 + version = "1.7.1"; 13 pyproject = true; 14 15 src = fetchFromGitHub { 16 + owner = "AmbitionEng"; 17 repo = "django-pgactivity"; 18 tag = version; 19 + hash = "sha256-PDJJf0PI5aqFn1HODv6wRSgTCr9ajfpPSDCB8twrFcQ="; 20 }; 21 22 build-system = [ poetry-core ]; ··· 30 31 meta = { 32 description = "View, filter, and kill Postgres queries"; 33 + homepage = "https://github.com/AmbitionEng/django-pgactivity"; 34 + changelog = "https://github.com/AmbitionEng/django-pgactivity/blob/${version}/CHANGELOG.md"; 35 license = lib.licenses.bsd3; 36 maintainers = with lib.maintainers; [ jopejoe1 ]; 37 };