Unverified Commit 8bf648a2 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.lastversion: 3.6.7 -> 3.6.8 (#489601)

parents b8085ae9 75638dfc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,14 +22,14 @@

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

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

  build-system = [ setuptools ];