lastversion: 3.5.0 -> 3.5.7

R. Ryantm 58cbaece 398f7eb6

+4 -4
+4 -4
pkgs/development/python-modules/lastversion/default.nix
··· 23 23 24 24 buildPythonPackage rec { 25 25 pname = "lastversion"; 26 - version = "3.5.0"; 26 + version = "3.5.7"; 27 27 pyproject = true; 28 28 29 29 disabled = pythonOlder "3.6"; ··· 31 31 src = fetchFromGitHub { 32 32 owner = "dvershinin"; 33 33 repo = "lastversion"; 34 - rev = "v${version}"; 35 - hash = "sha256-SeDLpMP8cF6CC3qJ6V8dLErl6ihpnl4lHeBkp7jtQgI="; 34 + tag = "v${version}"; 35 + hash = "sha256-z3QrtnhIgXLVyaDNm0XqaVqZb05K3pq8mbweTpphdBQ="; 36 36 }; 37 37 38 38 build-system = [ setuptools ]; ··· 78 78 meta = { 79 79 description = "Find the latest release version of an arbitrary project"; 80 80 homepage = "https://github.com/dvershinin/lastversion"; 81 - changelog = "https://github.com/dvershinin/lastversion/blob/${src.rev}/CHANGELOG.md"; 81 + changelog = "https://github.com/dvershinin/lastversion/blob/${src.tag}/CHANGELOG.md"; 82 82 license = lib.licenses.bsd2; 83 83 maintainers = with lib.maintainers; [ ShamrockLee ]; 84 84 mainProgram = "lastversion";