mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 02:55:39 +00:00
Merge pull request #325194 from NixOS/backport-324976-to-release-24.05
[Backport release-24.05] turtle: 0.8 -> 0.9
This commit is contained in:
commit
29c3451c88
@ -9,7 +9,7 @@
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "turtle";
|
||||
version = "0.8";
|
||||
version = "0.9";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitLab {
|
||||
@ -17,7 +17,7 @@ python3Packages.buildPythonApplication rec {
|
||||
owner = "philippun1";
|
||||
repo = "turtle";
|
||||
rev = version;
|
||||
hash = "sha256-YacuT5S6WrhSz031XXCQTo++r+DBozrIIXrn9BwmrR0=";
|
||||
hash = "sha256-jTO0xUh4VKhjCrmzcRSvxfGPw2j8WKD6uF4mg6nG16g=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@ -38,6 +38,7 @@ python3Packages.buildPythonApplication rec {
|
||||
dependencies = with python3Packages; [
|
||||
pygobject3
|
||||
pygit2
|
||||
dbus-python
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
|
Loading…
Reference in New Issue
Block a user