11 buildPythonPackage rec {
16 disabled = pythonOlder "3.7";
18 src = fetchFromGitHub {
22 hash = "sha256-27HWMzSzyAbiOW7OUhlupRWIVJG6DrpXObXmxlCsmxU=";
29 propagatedBuildInputs = [
31 ] ++ lib.optionals (pythonOlder "3.8") [
39 pythonImportsCheck = [
44 description = "PEP 440 version manager";
45 homepage = "https://github.com/vemel/newversion";
46 license = with licenses; [ mit ];
47 maintainers = with maintainers; [ fab ];