commit
27759aac11
1 changed files with 2 additions and 17 deletions
|
@ -1,7 +1,7 @@
|
|||
{ python3Packages, fetchFromGitHub, fetchpatch }:
|
||||
|
||||
let
|
||||
version = "0.3.0";
|
||||
version = "0.3.2";
|
||||
in python3Packages.buildPythonPackage rec {
|
||||
pname = "tesh";
|
||||
inherit version;
|
||||
|
@ -12,24 +12,9 @@ in python3Packages.buildPythonPackage rec {
|
|||
owner = "OceanSprint";
|
||||
repo = "tesh";
|
||||
rev = version;
|
||||
hash = "sha256-/CSYz2YXbjKZszb1HMOCS+srVJ+TcFSeLeuz9VvtlI4=";
|
||||
hash = "sha256-GIwg7Cv7tkLu81dmKT65c34eeVnRR5MIYfNwTE7j2Vs=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
# https://github.com/OceanSprint/tesh/pull/49
|
||||
(fetchpatch {
|
||||
name = "replace-poetry-with-poetry-core-1.patch";
|
||||
url = "https://github.com/OceanSprint/tesh/commit/49b90f5a3c9cf111931393248943b1da966dc3ec.patch";
|
||||
hash = "sha256-s+eGO4NXTGbyXcLP37kCg4GDrjAsYIlOwNDR1Q7+1Uc=";
|
||||
})
|
||||
# https://github.com/OceanSprint/tesh/pull/50
|
||||
(fetchpatch {
|
||||
name = "replace-poetry-with-poetry-core-2.patch";
|
||||
url = "https://github.com/OceanSprint/tesh/commit/66798b54f28dc0b72159ee3a2144895cf945eaf0.patch";
|
||||
hash = "sha256-f3uL7TZlkrTOWYihwWNfhrY5/xlBrclAMnbxRNXCGJw=";
|
||||
})
|
||||
];
|
||||
|
||||
checkInputs = [ python3Packages.pytest ];
|
||||
nativeBuildInputs = [ python3Packages.poetry-core ];
|
||||
propagatedBuildInputs = with python3Packages; [ click pexpect ];
|
||||
|
|
Loading…
Reference in a new issue