nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python: snapcast: 2.1.0 -> 2.1.1

+2 -2
+2 -2
pkgs/development/python-modules/snapcast/default.nix
··· 3 3 4 4 buildPythonPackage rec { 5 5 pname = "snapcast"; 6 - version = "2.1.0"; 6 + version = "2.1.1"; 7 7 8 8 disabled = !isPy3k; 9 9 10 10 src = fetchPypi { 11 11 inherit pname version; 12 - sha256 = "1z3c9p22pm3823jzh917c3rryv02mhigrjkjf9wlhzmjwx5vmjqf"; 12 + sha256 = "c3ecd63d997fbcf6e5322dc47c1f02615f1d9611cba01ec18e9c9f8c14ed824b"; 13 13 }; 14 14 15 15 checkInputs = [ pytest ];