python3Packages.watchfiles: 1.0.5 -> 1.1.1

https://github.com/samuelcolvin/watchfiles/releases/tag/v1.1.1
This commit is contained in:
Martin Weinelt
2025-11-25 12:40:37 -08:00
committed by Robert Schütz
parent ef71b0d608
commit f6fc13459e
@@ -15,19 +15,19 @@
buildPythonPackage rec {
pname = "watchfiles";
version = "1.0.5";
version = "1.1.1";
pyproject = true;
src = fetchFromGitHub {
owner = "samuelcolvin";
repo = "watchfiles";
tag = "v${version}";
hash = "sha256-a6SHqYRNMGXNkVvwj9RpLj449dAQtWXO44v1ko5suaw=";
hash = "sha256-UlQnCYSNU9H4x31KenSfYExGun94ekrOCwajORemSco=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname src version;
hash = "sha256-2RMWxeOjitbEqer9+ETpMX9WxHEiPzVmEv7LpSiaRVg=";
hash = "sha256-6sxtH7KrwAWukPjLSMAebguPmeAHbC7YHOn1QiRPigs=";
};
nativeBuildInputs = [