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

This commit is contained in:
Weijia Wang
2026-02-02 13:23:33 +00:00
committed by GitHub
@@ -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 ];