1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

Merge pull request #335215 from fabaff/aiorussound-bump

python312Packages.aiorussound: 2.3.1 -> 2.3.2
This commit is contained in:
Fabian Affolter 2024-08-17 09:16:19 +02:00 committed by GitHub
commit f5c477a2f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "aiorussound";
version = "2.3.1";
version = "2.3.2";
pyproject = true;
src = fetchFromGitHub {
owner = "noahhusby";
repo = "aiorussound";
rev = "refs/tags/${version}";
hash = "sha256-wFpW+X10dGezMnzjGJsXyWMy6H8PtzhQFRCaf+A2L74=";
hash = "sha256-lQDHwm6dpernRYktu6eqV8uP7FHHHAU28viLg0q58+8=";
};
build-system = [ setuptools ];