Commit 66ff2d63 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.librespot: 0.0.9 -> 0.0.10

parent 61630d4a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@

buildPythonPackage rec {
  pname = "librespot";
  version = "0.0.9";
  version = "0.0.10";
  pyproject = true;

  disabled = pythonOlder "3.10";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
    owner = "kokarare1212";
    repo = "librespot-python";
    tag = "v${version}";
    hash = "sha256-k9qVsxjRlUZ7vCBx00quiAR7S+YkfyoZiAKVnOOG4xM=";
    hash = "sha256-VjVPrWttOYfWsxzZpRgpZVenmP0y9Fea6Bhv9U8BO9U=";
  };

  env.PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION = "python";