0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

python313Packages.pysqueezebox: 0.12.0 -> 0.12.1

https://github.com/rajlaud/pysqueezebox/releases/tag/v0.12.1
This commit is contained in:
Martin Weinelt 2025-05-24 01:53:00 +02:00
parent 7d7e1dd5a3
commit 2e09de2007
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "pysqueezebox";
version = "0.12.0";
version = "0.12.1";
pyproject = true;
disabled = pythonOlder "3.10";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "rajlaud";
repo = "pysqueezebox";
tag = "v${version}";
hash = "sha256-WZrj9YNVQSS1M+PKLkX1zyERVmcvJGnHal6JKgl/fC0=";
hash = "sha256-Bi809OzIoQ2TJH77kZlsSSPEmDNgz6hAybmOXbFn3LM=";
};
build-system = [ setuptools ];