diff options
| author | Fabian Affolter <mail@fabian-affolter.ch> | 2021-09-10 13:14:12 +0200 |
|---|---|---|
| committer | Fabian Affolter <mail@fabian-affolter.ch> | 2021-09-10 13:14:12 +0200 |
| commit | a078cb9aabbdc3cd5dd61bb97dcf9eb8ce4c10ef (patch) | |
| tree | 613eca3946497f42eeb9e85331c0ce523ca4a372 /pkgs/development/python-modules/aiomusiccast | |
| parent | Merge pull request #137199 from fabaff/bump-bitlist (diff) | |
| download | nixpkgs-a078cb9aabbdc3cd5dd61bb97dcf9eb8ce4c10ef.tar.gz | |
python3Packages.aiomusiccast: 0.9.1 -> 0.9.2
Diffstat (limited to 'pkgs/development/python-modules/aiomusiccast')
| -rw-r--r-- | pkgs/development/python-modules/aiomusiccast/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/aiomusiccast/default.nix b/pkgs/development/python-modules/aiomusiccast/default.nix index e728c7dc7c5f..5e8e9327c4f5 100644 --- a/pkgs/development/python-modules/aiomusiccast/default.nix +++ b/pkgs/development/python-modules/aiomusiccast/default.nix @@ -8,7 +8,7 @@ buildPythonPackage rec { pname = "aiomusiccast"; - version = "0.9.1"; + version = "0.9.2"; format = "pyproject"; @@ -18,7 +18,7 @@ buildPythonPackage rec { owner = "vigonotion"; repo = "aiomusiccast"; rev = version; - sha256 = "sha256-+BmymfRKwNPlksYcAUb/5cZYeOD5h85YhobmsNFJVE8="; + sha256 = "sha256-xZPNEynj0kbeika15ZDEIRUe519V6Asaw+CEiBu7VL4="; }; nativeBuildInputs = [ |
