turtle: 0.10 -> 0.11 (#358280)

This commit is contained in:
Aleksana 2024-11-24 20:28:57 +08:00 committed by GitHub
commit 4b218e54ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,15 +9,15 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "turtle"; pname = "turtle";
version = "0.10"; version = "0.11";
pyproject = true; pyproject = true;
src = fetchFromGitLab { src = fetchFromGitLab {
domain = "gitlab.gnome.org"; domain = "gitlab.gnome.org";
owner = "philippun1"; owner = "philippun1";
repo = "turtle"; repo = "turtle";
rev = version; rev = "refs/tags/${version}";
hash = "sha256-hWjxNAf0qy/aJ4Y7nLA5m69k3mEn3/1XaJ58aHQrWug="; hash = "sha256-st6Y2hIaMiApoAG7IFoyQC9hKXdvothkv+5toXsUdVA=";
}; };
postPatch = '' postPatch = ''