python3Packages.lastversion: 3.5.8 -> 3.5.12

This commit is contained in:
R. Ryantm
2025-12-13 05:47:01 +00:00
parent 7c8931d72c
commit fdf7073e01
@@ -23,7 +23,7 @@
buildPythonPackage rec {
pname = "lastversion";
version = "3.5.8";
version = "3.5.12";
pyproject = true;
disabled = pythonOlder "3.6";
@@ -32,7 +32,7 @@ buildPythonPackage rec {
owner = "dvershinin";
repo = "lastversion";
tag = "v${version}";
hash = "sha256-J1rx014cuZ2vLDnMg3SRT+ojEsF1KJyGvdDXNBs3Q7g=";
hash = "sha256-0yq4rH5okkfbZRxIowClVSV9ihFMCnhRxqwUpMPFDyk=";
};
build-system = [ setuptools ];