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.
1 parent 9f9907b commit 6193b8dCopy full SHA for 6193b8d
pkgs/development/python-modules/aiorussound/default.nix
@@ -17,7 +17,7 @@
17
18
buildPythonPackage rec {
19
pname = "aiorussound";
20
- version = "4.6.0";
+ version = "4.6.1";
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
tag = version;
30
- hash = "sha256-sL2ayY8w+2jTt6Tx0sdl9AK7csw9he5Pk1QIowN7Wnw=";
+ hash = "sha256-ZpN+wMLEcHNzi46ObYClaf7A+Zk9BtfVEvBXOq9ATjo=";
31
};
32
33
build-system = [ poetry-core ];
0 commit comments