Skip to content

Commit 6193b8d

Browse files
authored
python3Packages.aiorussound: 4.6.0 -> 4.6.1 (#421068)
https://github.com/noahhusby/aiorussound/releases/tag/4.6.1
1 parent 9f9907b commit 6193b8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/aiorussound/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
buildPythonPackage rec {
1919
pname = "aiorussound";
20-
version = "4.6.0";
20+
version = "4.6.1";
2121
pyproject = true;
2222

2323
# requires newer f-strings introduced in 3.12
@@ -27,7 +27,7 @@ buildPythonPackage rec {
2727
owner = "noahhusby";
2828
repo = "aiorussound";
2929
tag = version;
30-
hash = "sha256-sL2ayY8w+2jTt6Tx0sdl9AK7csw9he5Pk1QIowN7Wnw=";
30+
hash = "sha256-ZpN+wMLEcHNzi46ObYClaf7A+Zk9BtfVEvBXOq9ATjo=";
3131
};
3232

3333
build-system = [ poetry-core ];

0 commit comments

Comments
 (0)