python312Packages.pysqueezebox: 0.9.2 -> 0.9.3

Diff: https://github.com/rajlaud/pysqueezebox/compare/refs/tags/v0.9.2...v0.9.3

Changelog: https://github.com/rajlaud/pysqueezebox/releases/tag/v0.9.3
This commit is contained in:
Fabian Affolter
2024-09-29 12:53:53 +02:00
parent 845ba70426
commit 2d302815d2
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "pysqueezebox";
version = "0.9.2";
version = "0.9.3";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "rajlaud";
repo = "pysqueezebox";
rev = "refs/tags/v${version}";
hash = "sha256-gHv1dSWU0erzesneodMhCR1LQYutpDVithZ5M1lgk3I=";
hash = "sha256-gW05YOmFXIKJcJfrjaaJzZO7R5EijQsaztCMfJzujkk=";
};
build-system = [ setuptools ];