python310Packages.pylama: 8.3.8 -> 8.4.1
https://github.com/klen/pylama/blob/8.4.1/Changelog
This commit is contained in:
parent
6d3a1b00f6
commit
a6b0f5faaa
1 changed files with 2 additions and 2 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue