python310Packages.watchfiles: 0.18.1 -> 0.19.0

Diff: https://github.com/samuelcolvin/watchfiles/compare/refs/tags/v0.18.1...v0.19.0
This commit is contained in:
Fabian Affolter
2023-04-29 12:13:25 +02:00
parent 388a2a553a
commit 51dadff0d0
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "watchfiles";
version = "0.18.1";
version = "0.19.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -26,13 +26,13 @@ buildPythonPackage rec {
owner = "samuelcolvin";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-XEhu6M1hFi3/gAKZcei7KJSrIhhlZhlvZvbfyA6VLR4=";
hash = "sha256-NmmeoaIfFMNKCcjH6tPnkpflkN35bKlT76MqF9W8LBc=";
};
cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
name = "${pname}-${version}";
hash = "sha256-IWONA3o+2emJ7cKEw5xYSMdWzGuUSwn1B70zUDzj7Cw=";
hash = "sha256-9ruk3PMcWNLOIGth5fo91/miyF17lgERWL3F4y4as18=";
};
buildInputs = lib.optionals stdenv.isDarwin [