Skip to content

Commit 0c57239

Browse files
authored
python312Packages.aiorussound: 4.3.0 -> 4.4.0 (NixOS#369902)
2 parents 3b92753 + 1a77b3b commit 0c57239

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.2.0";
20+
version = "4.4.0";
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
rev = "refs/tags/${version}";
30-
hash = "sha256-NO8FIUaMPZqB+zjMpaCvp/1LMyCH14AhdJMpbt6PwFY=";
30+
hash = "sha256-y1ArQ4o9RRngJFT3uk3wO/EVZu3kWYXUx2pnTSFUruc=";
3131
};
3232

3333
build-system = [ poetry-core ];

0 commit comments

Comments
 (0)