Merge pull request #222204 from fabaff/aiomusiccast-bump

python310Packages.aiomusiccast: 0.14.7 -> 0.14.8
This commit is contained in:
Nick Cao 2023-03-21 09:27:10 +08:00 committed by GitHub
commit 6195b0aae8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "aiomusiccast";
version = "0.14.7";
version = "0.14.8";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "vigonotion";
repo = "aiomusiccast";
rev = "refs/tags/${version}";
hash = "sha256-6fHTZ5zFiXuyFtZj9cNH5ejLbzx/1cEBUy+fs+Q6O4Y=";
hash = "sha256-V4xl2QY+pPEnJtx7dxSNj/aXqHvV9Z6uuWgbVHNyLjA=";
};
postPatch = ''