Skip to content

Commit

Permalink
python312Packages.aiorussound: 4.0.5 -> 4.1.0 (NixOS#355359)
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored Nov 12, 2024
1 parent e46e137 commit ae8c3f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/aiorussound/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

buildPythonPackage rec {
pname = "aiorussound";
version = "4.0.5";
version = "4.1.0";
pyproject = true;

# requires newer f-strings introduced in 3.12
Expand All @@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "noahhusby";
repo = "aiorussound";
rev = "refs/tags/${version}";
hash = "sha256-W0vhVK1SmnTsNuXpDn2e1BrBnsdBwgiNyXucC+ASg1M=";
hash = "sha256-uMVmP4wXF6ln5A/iECf075B6gVnEzQxDTEPcyv5osyM=";
};

build-system = [ poetry-core ];
Expand Down

0 comments on commit ae8c3f2

Please sign in to comment.