Skip to content

Commit

Permalink
Merge pull request #261073 from fabaff/watchfiles-bump
Browse files Browse the repository at this point in the history
python311Packages.watchfiles: 0.20.0 -> 0.21.0
  • Loading branch information
marsam authored Oct 15, 2023
2 parents 1471dfe + e909aae commit b137e2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/watchfiles/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

buildPythonPackage rec {
pname = "watchfiles";
version = "0.20.0";
version = "0.21.0";
format = "pyproject";

disabled = pythonOlder "3.7";
Expand All @@ -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 [
Expand Down

0 comments on commit b137e2f

Please sign in to comment.