summaryrefslogtreecommitdiffstats
path: root/pkgs/development/python-modules/yamllint/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/yamllint/default.nix')
-rw-r--r--pkgs/development/python-modules/yamllint/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/yamllint/default.nix b/pkgs/development/python-modules/yamllint/default.nix
index 7db56a0d617a..c5664846dcfc 100644
--- a/pkgs/development/python-modules/yamllint/default.nix
+++ b/pkgs/development/python-modules/yamllint/default.nix
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "yamllint";
- version = "1.32.0";
+ version = "1.33.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "adrienverge";
repo = pname;
rev = "refs/tags/v${version}";
- hash = "sha256-DtIQ/gUBFQBm0OOJC2c/ONn2ZKsMAzdwMx7FbUo+uIU=";
+ hash = "sha256-hWN5PhEAhckp250Dj7h5PpyH/E1jCi38O4VmMYgPtzE=";
};
nativeBuildInputs = [