Skip to content

Commit

Permalink
python: snapcast: 2.1.0 -> 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Jun 6, 2020
1 parent 5d127f5 commit 5bb225e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/snapcast/default.nix
Expand Up @@ -3,13 +3,13 @@

buildPythonPackage rec {
pname = "snapcast";
version = "2.1.0";
version = "2.1.1";

disabled = !isPy3k;

src = fetchPypi {
inherit pname version;
sha256 = "1z3c9p22pm3823jzh917c3rryv02mhigrjkjf9wlhzmjwx5vmjqf";
sha256 = "c3ecd63d997fbcf6e5322dc47c1f02615f1d9611cba01ec18e9c9f8c14ed824b";
};

checkInputs = [ pytest ];
Expand Down

0 comments on commit 5bb225e

Please sign in to comment.