Unverified Commit 20c097e4 authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

mopidy-local: use fetchPypi again (#388467)

parents d768cd5b aa51851a
Loading
Loading
Loading
Loading
+5 −6
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
  lib,
  mopidy,
  python3Packages,
  fetchurl,
  fetchPypi,
  fetchpatch,
}:

@@ -10,11 +10,10 @@ python3Packages.buildPythonApplication rec {
  pname = "Mopidy-Local";
  version = "3.3.0";

  # We can't use fetchPypi here because the name of the file does not match the
  # name of the package.
  src = fetchurl {
    url = "https://files.pythonhosted.org/packages/02/c5/d099a05df7d6b0687071aa7d2d7a3499802b3b4b641531cd46ec8e6e7035/mopidy_local-3.3.0.tar.gz";
    sha256 = "cba6ed6c693952255a9f5efcc7b77d8eae4e4e728c6ee9621efd1a471b992b7a";
  src = fetchPypi {
    inherit version;
    pname = "mopidy_local";
    hash = "sha256-y6btbGk5UiVan178x7d9jq5OTnKMbuliHv0aRxuZK3o=";
  };

  propagatedBuildInputs = [