tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.pylint-plugin-utils: 0.8.2 -> 0.9.0
R. Ryantm
5 months ago
002ef966
dbfdaa1a
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
pylint-plugin-utils
default.nix
+2
-2
pkgs/development/python-modules/pylint-plugin-utils/default.nix
···
11
11
12
12
buildPythonPackage rec {
13
13
pname = "pylint-plugin-utils";
14
14
-
version = "0.8.2";
14
14
+
version = "0.9.0";
15
15
pyproject = true;
16
16
17
17
disabled = pythonOlder "3.7";
···
20
20
owner = "PyCQA";
21
21
repo = "pylint-plugin-utils";
22
22
tag = version;
23
23
-
hash = "sha256-xuPU1txfB+6+zJjtlfvNA950S5n7/PWPPFn1F3RtvCc=";
23
23
+
hash = "sha256-8C6vJDu60uSb6G0kvwiO0RAY9dU0yf955mAJAKhIkaQ=";
24
24
};
25
25
26
26
nativeBuildInputs = [ poetry-core ];