Skip to content

Commit

Permalink
python312Packages.pychromecast: 14.0.1 -> 14.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Oct 2, 2024
1 parent ce76e7a commit 8fe164c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pychromecast/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@

buildPythonPackage rec {
pname = "pychromecast";
version = "14.0.1";
version = "14.0.2";
pyproject = true;

disabled = pythonOlder "3.11";

src = fetchPypi {
pname = "PyChromecast";
inherit version;
hash = "sha256-4W4Kf5SIMZGRuLT6IcoL60vxLu2lyb9kAkEYjyvqCj4=";
hash = "sha256-CSxl9CGZG8pWUzi8YaDBSGHEfg9cCmWRml6T8C39Bxo=";
};

postPatch = ''
Expand Down

0 comments on commit 8fe164c

Please sign in to comment.