Commit cee7be18 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.pylast: 7.0.1 -> 7.0.2

https://github.com/pylast/pylast/releases/tag/7.0.2

This commit was automatically generated using update-python-libraries.
parent 7bbaacb2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,14 +13,14 @@

buildPythonPackage rec {
  pname = "pylast";
  version = "7.0.1";
  version = "7.0.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "pylast";
    repo = "pylast";
    tag = version;
    hash = "sha256-MV7NLh++2GxRvnF30Q3zBOgM6dT8tI/KpQ1YB4rMd1s=";
    hash = "sha256-NA49V9s4k0l0icoiKVjxTAdhC+MuNgbbeImAjzGB8Xo=";
  };

  build-system = [