python3Packages.aiomusiccast: 0.9.2 -> 0.10.0

This commit is contained in:
Fabian Affolter 2021-10-12 08:22:57 +02:00
parent 3096f0a602
commit 4a26e36f36

View file

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "aiomusiccast";
version = "0.9.2";
version = "0.10.0";
format = "pyproject";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "vigonotion";
repo = "aiomusiccast";
rev = version;
sha256 = "sha256-xZPNEynj0kbeika15ZDEIRUe519V6Asaw+CEiBu7VL4=";
sha256 = "sha256-UdWZLthpCuKLjASVwi4GTkrHY+K9c1xrNYVLezC/NGM=";
};
nativeBuildInputs = [