Skip to content

Commit f90237a

Browse files
authored
python312Packages.yte: 1.5.7 -> 1.7.0 (#384856)
2 parents 92e61db + 8aa8765 commit f90237a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/yte/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
buildPythonPackage rec {
1515
pname = "yte";
16-
version = "1.5.7";
16+
version = "1.7.0";
1717
pyproject = true;
1818

1919
disabled = pythonOlder "3.7";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
2222
owner = "koesterlab";
2323
repo = "yte";
2424
tag = "v${version}";
25-
hash = "sha256-mcg002lMUjrU/AAhioSBiB+vBIU9fAUBIKLoLS/9OVI=";
25+
hash = "sha256-W9t2BlBp947Rwnq+IKbL5aJqauZmYQOzuBIstw6hHQY=";
2626
};
2727

2828
build-system = [ poetry-core ];
@@ -50,7 +50,7 @@ buildPythonPackage rec {
5050
meta = with lib; {
5151
description = "YAML template engine with Python expressions";
5252
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";
5454
license = licenses.mit;
5555
maintainers = with maintainers; [ fab ];
5656
mainProgram = "yte";

0 commit comments

Comments
 (0)