python310Packages.pylama: 8.3.8 -> 8.4.1

https://github.com/klen/pylama/blob/8.4.1/Changelog
This commit is contained in:
Robert Schütz 2022-08-11 12:01:29 +00:00 committed by Robert Schütz
parent 6d3a1b00f6
commit a6b0f5faaa

View File

@ -17,7 +17,7 @@
let pylama = buildPythonPackage rec {
pname = "pylama";
version = "8.3.8";
version = "8.4.1";
format = "setuptools";
@ -26,7 +26,7 @@ let pylama = buildPythonPackage rec {
owner = "klen";
repo = "pylama";
rev = version;
hash = "sha256-g6Lq5NaieUI/alxqoVFfL5VaCHwB/jLcp02/N1W69yE=";
hash = "sha256-WOGtZ412tX3YH42JCd5HIngunluwtMmQrOSUZp23LPU=";
};
patches = [