turtle: 0.13.3 -> 0.14

This commit is contained in:
R. Ryantm
2026-01-15 22:40:05 +00:00
parent fb34f684a5
commit 3ddc79bb91
+2 -2
View File
@@ -11,7 +11,7 @@
python3Packages.buildPythonApplication rec {
pname = "turtle";
version = "0.13.3";
version = "0.14";
pyproject = true;
src = fetchFromGitLab {
@@ -19,7 +19,7 @@ python3Packages.buildPythonApplication rec {
owner = "philippun1";
repo = "turtle";
tag = version;
hash = "sha256-bfoo2xWBr4jR5EX5H8hiXl6C6HSpNJ93icDg1gwWXqE=";
hash = "sha256-+XDDscw5xBUp39tbZLqZWK+wsRDi401mRDjx+VR6Cu0=";
};
postPatch = ''