python312Packages.django-pgactivity: 1.7.0 -> 1.7.1
This commit is contained in:
@@ -9,14 +9,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "django-pgactivity";
|
||||
version = "1.7.0";
|
||||
version = "1.7.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Opus10";
|
||||
owner = "AmbitionEng";
|
||||
repo = "django-pgactivity";
|
||||
tag = version;
|
||||
hash = "sha256-XJDnNMhkoaRQBVsAdDqnFjOobUHi/RaMQZJnI61MuVI=";
|
||||
hash = "sha256-PDJJf0PI5aqFn1HODv6wRSgTCr9ajfpPSDCB8twrFcQ=";
|
||||
};
|
||||
|
||||
build-system = [ poetry-core ];
|
||||
@@ -30,8 +30,8 @@ buildPythonPackage rec {
|
||||
|
||||
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";
|
||||
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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user