python37Packages.yamllint: 1.24.2 -> 1.25.0
This commit is contained in:
parent
d1d1e39a58
commit
bf7b73ce65
@ -3,11 +3,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "yamllint";
|
||||
version = "1.24.2";
|
||||
version = "1.25.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "07xn11i0c7x72xjxkkzrq9zxl40vfdr41mfvhlayrk6dpbk8vdj0";
|
||||
sha256 = "b1549cbe5b47b6ba67bdeea31720f5c51431a4d0c076c1557952d841f7223519";
|
||||
};
|
||||
|
||||
checkInputs = [ nose ];
|
||||
|
Loading…
Reference in New Issue
Block a user