python312Packages.yte: 1.5.6 -> 1.5.7
Diff: https://github.com/koesterlab/yte/compare/refs/tags/v1.5.6...v1.5.7 Changelog: https://github.com/yte-template-engine/yte/blob/v1.5.7/CHANGELOG.md
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "yte";
|
||||
version = "1.5.6";
|
||||
version = "1.5.7";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@@ -22,7 +22,7 @@ buildPythonPackage rec {
|
||||
owner = "koesterlab";
|
||||
repo = "yte";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-1HiAtyVT/ihr/CdZUtgN1WA+3cLHXLcSbwN/JXP/FgQ=";
|
||||
hash = "sha256-mcg002lMUjrU/AAhioSBiB+vBIU9fAUBIKLoLS/9OVI=";
|
||||
};
|
||||
|
||||
build-system = [ poetry-core ];
|
||||
|
||||
Reference in New Issue
Block a user