Merge pull request #292878 from r-ryantm/auto-update/pg_activity

pg_activity: 3.4.2 -> 3.5.0
This commit is contained in:
Mario Rodas 2024-03-04 08:35:01 -05:00 committed by GitHub
commit 25acff0edb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,14 +2,14 @@
python3Packages.buildPythonApplication rec {
pname = "pg_activity";
version = "3.4.2";
version = "3.5.0";
disabled = python3Packages.pythonOlder "3.6";
src = fetchFromGitHub {
owner = "dalibo";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-7ML/xI1rQUqD9gm+1+yOdIesivAnl7fA8fgk67ru3Kc=";
sha256 = "sha256-raEQbpADSkJZu+ULxzJg9GqFQ4/qmONDHGqoc7quMjI=";
};
propagatedBuildInputs = with python3Packages; [