python3Packages.pylama: 8.3.7 -> 8.3.8

https://github.com/klen/pylama/blob/8.3.8/Changelog
This commit is contained in:
Robert Schütz 2022-04-08 01:16:29 +00:00
parent c804ddb129
commit 745790d3c1

View File

@ -17,7 +17,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pylama"; pname = "pylama";
version = "8.3.7"; version = "8.3.8";
format = "setuptools"; format = "setuptools";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "klen"; owner = "klen";
repo = "pylama"; repo = "pylama";
rev = version; rev = version;
hash = "sha256-//mrvZb4bT4aATURqa4g1DUagYe9SoP3o3OrwmiEJnI="; hash = "sha256-g6Lq5NaieUI/alxqoVFfL5VaCHwB/jLcp02/N1W69yE=";
}; };
patches = [ patches = [
@ -72,6 +72,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "Code audit tool for python"; description = "Code audit tool for python";
homepage = "https://github.com/klen/pylama"; homepage = "https://github.com/klen/pylama";
changelog = "https://github.com/klen/pylama/blob/${version}/Changelog";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ dotlambda ]; maintainers = with maintainers; [ dotlambda ];
}; };