mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 18:17:46 +00:00
thonny: 3.0.1 -> 3.0.5
This commit is contained in:
parent
6419bdac05
commit
7b2906449d
@ -4,13 +4,13 @@ with python3.pkgs;
|
||||
|
||||
buildPythonApplication rec {
|
||||
pname = "thonny";
|
||||
version = "3.0.1";
|
||||
version = "3.0.5";
|
||||
|
||||
src = fetchFromBitbucket {
|
||||
owner = "plas";
|
||||
repo = pname;
|
||||
rev = "f66bd266deda11534561a01ede53cf1b71d2c3c0";
|
||||
sha256 = "0mjskb0gyddybvlbhm10ch1rwzvmci95b018x67bh67bybdl4hm7";
|
||||
rev = "e5a1ad4ae9d24066a769489b1e168b4bd6e00b03";
|
||||
sha256 = "1lrl5pj9dpw9i5ij863hd47gfd15nmvglqkl2ldwgfn7kgpsdkz5";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with python3.pkgs; [
|
||||
|
Loading…
Reference in New Issue
Block a user