mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 02:55:39 +00:00
thonny: 3.0.5 -> 3.1.2
This commit is contained in:
parent
ca9af55199
commit
3cf1813ca1
@ -1,16 +1,16 @@
|
||||
{ stdenv, fetchFromBitbucket, python3 }:
|
||||
{ stdenv, fetchFromGitHub, python3 }:
|
||||
|
||||
with python3.pkgs;
|
||||
|
||||
buildPythonApplication rec {
|
||||
pname = "thonny";
|
||||
version = "3.0.5";
|
||||
version = "3.1.2";
|
||||
|
||||
src = fetchFromBitbucket {
|
||||
owner = "plas";
|
||||
src = fetchFromGitHub {
|
||||
owner = pname;
|
||||
repo = pname;
|
||||
rev = "e5a1ad4ae9d24066a769489b1e168b4bd6e00b03";
|
||||
sha256 = "1lrl5pj9dpw9i5ij863hd47gfd15nmvglqkl2ldwgfn7kgpsdkz5";
|
||||
rev = "v${version}";
|
||||
sha256 = "1simqqxm72k5zhavhllkinsyw8ggy6fjs5ppj82g3l5g3919pfna";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with python3.pkgs; [
|
||||
@ -21,6 +21,7 @@ buildPythonApplication rec {
|
||||
pylint
|
||||
mypy
|
||||
pyperclip
|
||||
asttokens
|
||||
];
|
||||
|
||||
preInstall = ''
|
||||
|
Loading…
Reference in New Issue
Block a user