Unverified Commit 42d1c4f6 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #334645 from r-ryantm/auto-update/python312Packages.aiorussound

python312Packages.aiorussound: 2.2.2 -> 2.3.1
parents faa61ee8 d20f86ef
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

buildPythonPackage rec {
  pname = "aiorussound";
  version = "2.2.2";
  version = "2.3.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "noahhusby";
    repo = "aiorussound";
    rev = version;
    hash = "sha256-X7KdIjfPNZSsSXYN1gVqTpcgM00V1YG3ihxutmYnb6Y=";
    rev = "refs/tags/${version}";
    hash = "sha256-wFpW+X10dGezMnzjGJsXyWMy6H8PtzhQFRCaf+A2L74=";
  };

  build-system = [ setuptools ];