mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-18 03:34:58 +00:00
pre-commit: 3.3.3 -> 3.6.0
This commit is contained in:
parent
0e58059a3b
commit
f64eee41df
@ -10,6 +10,7 @@
|
||||
, go
|
||||
, nodejs
|
||||
, perl
|
||||
, cabal-install
|
||||
, testers
|
||||
, pre-commit
|
||||
}:
|
||||
@ -17,16 +18,16 @@
|
||||
with python3Packages;
|
||||
buildPythonApplication rec {
|
||||
pname = "pre-commit";
|
||||
version = "3.3.3";
|
||||
version = "3.6.0";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
disabled = pythonOlder "3.9";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "pre-commit";
|
||||
repo = "pre-commit";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-6FKf4jLHUt2c7LSxFcq53IsfHOWeUSI+P9To0eh48+o=";
|
||||
hash = "sha256-OTduVg8uhMdXs2gQ7KaMVOO1zQK4m489W9SU7PWIvcM=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
@ -58,6 +59,7 @@ buildPythonApplication rec {
|
||||
pytest-xdist
|
||||
pytestCheckHook
|
||||
re-assert
|
||||
cabal-install
|
||||
];
|
||||
|
||||
# i686-linux: dotnet-sdk not available
|
||||
@ -156,6 +158,8 @@ buildPythonApplication rec {
|
||||
"test_run_versioned_node_hook"
|
||||
"test_rust_cli_additional_dependencies"
|
||||
"test_swift_language"
|
||||
"test_run_example_executable"
|
||||
"test_run_dep"
|
||||
|
||||
# i don't know why these fail
|
||||
"test_install_existing_hooks_no_overwrite"
|
||||
|
Loading…
Reference in New Issue
Block a user