Commit 15bf75f0 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.lastversion: 3.5.12 -> 3.6.7

parent f44ff490
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 ];