Unverified Commit 9f6b1893 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

python3Packages.lastversion: 3.5.12 -> 3.6.7 (#472494)

parents c3b3fd3e 15bf75f0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,14 +22,14 @@

buildPythonPackage rec {
  pname = "lastversion";
  version = "3.5.12";
  version = "3.6.7";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "dvershinin";
    repo = "lastversion";
    tag = "v${version}";
    hash = "sha256-0yq4rH5okkfbZRxIowClVSV9ihFMCnhRxqwUpMPFDyk=";
    hash = "sha256-HI9HQlpzvvYl5SWZQETlPSOulx/tPfAmFJJpVxOvfPA=";
  };

  build-system = [ setuptools ];