Merge pull request #279045 from fabaff/ttp-templates-bump

python311Packages.ttp-templates: 0.3.5 -> 0.3.6
This commit is contained in:
Nick Cao 2024-01-06 11:17:18 -05:00 committed by GitHub
commit 513dd59b9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "ttp-templates";
version = "0.3.5";
version = "0.3.6";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "dmulyalin";
repo = "ttp_templates";
rev = "refs/tags/${version}";
hash = "sha256-NlTTydGdjn+hwAKYEyINg/9k/EdnLq2gU9cnujpZQLM=";
hash = "sha256-Pntm/wUv/K0ci8U/+nBUVszuX8KT95gyp+i2N6NshKo=";
};
nativeBuildInputs = [