python3Packages.lastversion: 3.5.12 -> 3.6.7

This commit is contained in:
R. Ryantm
2026-01-07 11:23:09 +00:00
parent f44ff4909e
commit 15bf75f04f
@@ -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 ];