Unverified Commit 64c346bc authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python310Packages.pymumble: 1.7 -> 1.6.1

The 1.7 release was yanked, because the protobuf files were not
regenerated, which makes it unusuable.

Unbreaks the botamusique test.
parent 90ce9023
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
{ lib
, buildPythonPackage
, fetchFromGitHub
, isPy27
, opuslib
, protobuf
, pytestCheckHook
@@ -11,7 +10,7 @@

buildPythonPackage rec {
  pname = "pymumble";
  version = "1.7";
  version = "1.6.1"; # Don't upgrade to 1.7, version was yanked
  format = "setuptools";

  disabled = pythonOlder "3.7";
@@ -20,7 +19,7 @@ buildPythonPackage rec {
    owner = "azlux";
    repo = "pymumble";
    rev = "refs/tags/${version}";
    hash = "sha256-NMp1yZ+R9vmne7old7z9UvcxSi6C044g68ZQsofT0gA=";
    hash = "sha256-+sT5pqdm4A2rrUcUUmvsH+iazg80+/go0zM1vr9oeuE=";
  };

  postPatch = ''