1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

python27Packages.yamllint: 1.21.0 -> 1.23.0

This commit is contained in:
R. RyanTM 2020-05-10 05:06:11 +00:00 committed by Jon
parent 113bd283a4
commit 336361c258

View file

@ -3,11 +3,11 @@
buildPythonPackage rec {
pname = "yamllint";
version = "1.21.0";
version = "1.23.0";
src = fetchPypi {
inherit pname version;
sha256 = "14yijcnmanyd3s2ir38sxl07rzpxgpgw9s6b8sy68jrl7n5nj7ky";
sha256 = "1agl80csxhiqglm0idwhw98iqfpp61c9inzcdaz4czsfyivzzwsr";
};
checkInputs = [ nose ];