python311Packages.watchfiles: 0.20.0 -> 0.21.0

Diff: https://github.com/samuelcolvin/watchfiles/compare/refs/tags/v0.20.0...v0.21.0
This commit is contained in:
Fabian Affolter 2023-10-14 16:45:58 +02:00
parent ce2c2b598d
commit e909aae8a2

View File

@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "watchfiles";
version = "0.20.0";
version = "0.21.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -28,13 +28,13 @@ buildPythonPackage rec {
owner = "samuelcolvin";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-eoKF6uBHgML63DrDlC1zPfDu/mAMoaevttwqHLCKh+M=";
hash = "sha256-/qNgkPF5N8jzSV3M0YFWvQngZ4Hf4WM/GBS1LtgFbWM=";
};
cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
name = "${pname}-${version}";
hash = "sha256-4XqR6pZqPAftZoJqZf+iZWp0c8xv00MDJDDETiGGEDo=";
hash = "sha256-sqHTW1+E7Fp33KW6IYlNa77AYc2iCfaSoBRXzrhEKr8=";
};
buildInputs = lib.optionals stdenv.isDarwin [