Commit 7f3c0bc7 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.pyjvcprojector: 1.1.3 -> 2.0.1

https://github.com/SteveEasley/pyjvcprojector/releases/tag/v2.0.1

This commit was automatically generated using update-python-libraries.
parent 81fd9810
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

buildPythonPackage rec {
  pname = "pyjvcprojector";
  version = "1.1.3";
  version = "2.0.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "SteveEasley";
    repo = "pyjvcprojector";
    tag = "v${version}";
    hash = "sha256-j8/PHGElJf45SptvIWDt1M1PEkbtHCW3XDQezUHdOM4=";
    hash = "sha256-GKtBAW7opa6EQ+O3XfAi7D0V2KLWf+c+ECpBLbgVA9w=";
  };

  build-system = [ setuptools ];