Skip to content

Commit

Permalink
python312Packages.pysqueezebox: 0.9.2 -> 0.9.3 (#345277)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Sep 29, 2024
2 parents ad60bed + 2d30281 commit c70dc41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pysqueezebox/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

buildPythonPackage rec {
pname = "pysqueezebox";
version = "0.9.2";
version = "0.9.3";
pyproject = true;

disabled = pythonOlder "3.10";
Expand All @@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "rajlaud";
repo = "pysqueezebox";
rev = "refs/tags/v${version}";
hash = "sha256-gHv1dSWU0erzesneodMhCR1LQYutpDVithZ5M1lgk3I=";
hash = "sha256-gW05YOmFXIKJcJfrjaaJzZO7R5EijQsaztCMfJzujkk=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit c70dc41

Please sign in to comment.