Skip to content

Commit 42d1c4f

Browse files
authored
Merge pull request #334645 from r-ryantm/auto-update/python312Packages.aiorussound
python312Packages.aiorussound: 2.2.2 -> 2.3.1
2 parents faa61ee + d20f86e commit 42d1c4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99

1010
buildPythonPackage rec {
1111
pname = "aiorussound";
12-
version = "2.2.2";
12+
version = "2.3.1";
1313
pyproject = true;
1414

1515
src = fetchFromGitHub {
1616
owner = "noahhusby";
1717
repo = "aiorussound";
18-
rev = version;
19-
hash = "sha256-X7KdIjfPNZSsSXYN1gVqTpcgM00V1YG3ihxutmYnb6Y=";
18+
rev = "refs/tags/${version}";
19+
hash = "sha256-wFpW+X10dGezMnzjGJsXyWMy6H8PtzhQFRCaf+A2L74=";
2020
};
2121

2222
build-system = [ setuptools ];

0 commit comments

Comments
 (0)