File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/development/python-modules/yte Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313
1414buildPythonPackage 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" ;
You can’t perform that action at this time.
0 commit comments