python312Packages.watchfiles: 1.0.4 -> 1.0.5

Diff: https://github.com/samuelcolvin/watchfiles/compare/refs/tags/v1.0.4...refs/tags/v1.0.5

Changelog: https://github.com/samuelcolvin/watchfiles/releases/tag/v1.0.5

+3 -3
+3 -3
pkgs/development/python-modules/watchfiles/default.nix
··· 15 16 buildPythonPackage rec { 17 pname = "watchfiles"; 18 - version = "1.0.4"; 19 pyproject = true; 20 21 src = fetchFromGitHub { 22 owner = "samuelcolvin"; 23 repo = "watchfiles"; 24 tag = "v${version}"; 25 - hash = "sha256-0JBnUi/aRM9UFTkb8OkP9UkJV+BF2EieZptymRvAXc0="; 26 }; 27 28 cargoDeps = rustPlatform.fetchCargoVendor { 29 inherit pname src version; 30 - hash = "sha256-5iJmtMnZKHAl/SkIjXlXkRA4ZME/ozpqFfxXKCAABoQ="; 31 }; 32 33 nativeBuildInputs = [
··· 15 16 buildPythonPackage rec { 17 pname = "watchfiles"; 18 + version = "1.0.5"; 19 pyproject = true; 20 21 src = fetchFromGitHub { 22 owner = "samuelcolvin"; 23 repo = "watchfiles"; 24 tag = "v${version}"; 25 + hash = "sha256-a6SHqYRNMGXNkVvwj9RpLj449dAQtWXO44v1ko5suaw="; 26 }; 27 28 cargoDeps = rustPlatform.fetchCargoVendor { 29 inherit pname src version; 30 + hash = "sha256-2RMWxeOjitbEqer9+ETpMX9WxHEiPzVmEv7LpSiaRVg="; 31 }; 32 33 nativeBuildInputs = [