lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

python312Packages.yte: 1.5.7 -> 1.7.0

+3 -3
+3 -3
pkgs/development/python-modules/yte/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "yte"; 16 - version = "1.5.7"; 16 + version = "1.7.0"; 17 17 pyproject = true; 18 18 19 19 disabled = pythonOlder "3.7"; ··· 22 22 owner = "koesterlab"; 23 23 repo = "yte"; 24 24 tag = "v${version}"; 25 - hash = "sha256-mcg002lMUjrU/AAhioSBiB+vBIU9fAUBIKLoLS/9OVI="; 25 + hash = "sha256-W9t2BlBp947Rwnq+IKbL5aJqauZmYQOzuBIstw6hHQY="; 26 26 }; 27 27 28 28 build-system = [ poetry-core ]; ··· 50 50 meta = with lib; { 51 51 description = "YAML template engine with Python expressions"; 52 52 homepage = "https://github.com/koesterlab/yte"; 53 - changelog = "https://github.com/yte-template-engine/yte/blob/v${version}/CHANGELOG.md"; 53 + changelog = "https://github.com/yte-template-engine/yte/blob/${src.tag}/CHANGELOG.md"; 54 54 license = licenses.mit; 55 55 maintainers = with maintainers; [ fab ]; 56 56 mainProgram = "yte";