python312Packages.django-pgactivity: 1.7.0 -> 1.7.1 (#366447)

Weijia Wang 21a6ba5a 3bcb44a1

Changed files
+5 -5
pkgs
development
python-modules
django-pgactivity
+5 -5
pkgs/development/python-modules/django-pgactivity/default.nix
···
buildPythonPackage rec {
pname = "django-pgactivity";
-
version = "1.7.0";
pyproject = true;
src = fetchFromGitHub {
-
owner = "Opus10";
repo = "django-pgactivity";
tag = version;
-
hash = "sha256-XJDnNMhkoaRQBVsAdDqnFjOobUHi/RaMQZJnI61MuVI=";
};
build-system = [ poetry-core ];
···
meta = {
description = "View, filter, and kill Postgres queries";
-
homepage = "https://github.com/Opus10/django-pgactivity";
-
changelog = "https://github.com/Opus10/django-pgactivity/blob/${version}/CHANGELOG.md";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ jopejoe1 ];
};
···
buildPythonPackage rec {
pname = "django-pgactivity";
+
version = "1.7.1";
pyproject = true;
src = fetchFromGitHub {
+
owner = "AmbitionEng";
repo = "django-pgactivity";
tag = version;
+
hash = "sha256-PDJJf0PI5aqFn1HODv6wRSgTCr9ajfpPSDCB8twrFcQ=";
};
build-system = [ poetry-core ];
···
meta = {
description = "View, filter, and kill Postgres queries";
+
homepage = "https://github.com/AmbitionEng/django-pgactivity";
+
changelog = "https://github.com/AmbitionEng/django-pgactivity/blob/${version}/CHANGELOG.md";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ jopejoe1 ];
};