diff options
| author | R. Ryantm <ryantm-bot@ryantm.com> | 2025-03-06 19:33:34 +0000 |
|---|---|---|
| committer | R. Ryantm <ryantm-bot@ryantm.com> | 2025-03-06 19:33:34 +0000 |
| commit | 58cbaece2ff01cc818b51fdd85d5024d00aabced (patch) | |
| tree | 49402ab8d6251f3e4ae5e05e961a0216d3733c8b /pkgs/development/python-modules | |
| parent | 398f7eb6f8cfdfa19aa7ecd330ae726a64f9df4e (diff) | |
lastversion: 3.5.0 -> 3.5.7
Diffstat (limited to 'pkgs/development/python-modules')
| -rw-r--r-- | pkgs/development/python-modules/lastversion/default.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/python-modules/lastversion/default.nix b/pkgs/development/python-modules/lastversion/default.nix index 8e5e2d28d876..48d3b15ff000 100644 --- a/pkgs/development/python-modules/lastversion/default.nix +++ b/pkgs/development/python-modules/lastversion/default.nix @@ -23,7 +23,7 @@ buildPythonPackage rec { pname = "lastversion"; - version = "3.5.0"; + version = "3.5.7"; pyproject = true; disabled = pythonOlder "3.6"; @@ -31,8 +31,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "dvershinin"; repo = "lastversion"; - rev = "v${version}"; - hash = "sha256-SeDLpMP8cF6CC3qJ6V8dLErl6ihpnl4lHeBkp7jtQgI="; + tag = "v${version}"; + hash = "sha256-z3QrtnhIgXLVyaDNm0XqaVqZb05K3pq8mbweTpphdBQ="; }; build-system = [ setuptools ]; @@ -78,7 +78,7 @@ buildPythonPackage rec { meta = { description = "Find the latest release version of an arbitrary project"; homepage = "https://github.com/dvershinin/lastversion"; - changelog = "https://github.com/dvershinin/lastversion/blob/${src.rev}/CHANGELOG.md"; + changelog = "https://github.com/dvershinin/lastversion/blob/${src.tag}/CHANGELOG.md"; license = lib.licenses.bsd2; maintainers = with lib.maintainers; [ ShamrockLee ]; mainProgram = "lastversion"; |
