Commit 9554aace authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.pystardict: 0.8 -> 0.9

This commit was automatically generated using update-python-libraries.
parent 8f8cffba
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

buildPythonPackage rec {
  pname = "pystardict";
  version = "0.8";
  version = "0.9";
  format = "setuptools";

  src = fetchFromGitHub {
    owner = "lig";
    repo = "pystardict";
    rev = version;
    hash = "sha256-YrZpIhyxfA3G7rP0SJ+EvzGwAXlne80AYilkj6cIDnA=";
    tag = "v${version}";
    hash = "sha256-VWOxggAKifN5f6nSN1xsSbg0hpKzrHDw+UqnAOzsXj0=";
  };

  propagatedBuildInputs = [ six ];