We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3b92753 + 1a77b3b commit 0c57239Copy full SHA for 0c57239
pkgs/development/python-modules/aiorussound/default.nix
@@ -17,7 +17,7 @@
17
18
buildPythonPackage rec {
19
pname = "aiorussound";
20
- version = "4.2.0";
+ version = "4.4.0";
21
pyproject = true;
22
23
# requires newer f-strings introduced in 3.12
@@ -27,7 +27,7 @@ buildPythonPackage rec {
27
owner = "noahhusby";
28
repo = "aiorussound";
29
rev = "refs/tags/${version}";
30
- hash = "sha256-NO8FIUaMPZqB+zjMpaCvp/1LMyCH14AhdJMpbt6PwFY=";
+ hash = "sha256-y1ArQ4o9RRngJFT3uk3wO/EVZu3kWYXUx2pnTSFUruc=";
31
};
32
33
build-system = [ poetry-core ];
0 commit comments