python312Packages.pysqueezebox: 0.9.2 -> 0.9.3 (#345277)

This commit is contained in:
Nick Cao 2024-09-29 09:18:34 -04:00 committed by GitHub
commit c70dc41949
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 ];