Merge pull request #264026 from zupo/patch-1

tesh: 0.3.0 -> 0.3.2

authored by

nikstur and committed by
GitHub
27759aac aacbfcde

+2 -17
+2 -17
pkgs/tools/text/tesh/default.nix
··· 1 { python3Packages, fetchFromGitHub, fetchpatch }: 2 3 let 4 - version = "0.3.0"; 5 in python3Packages.buildPythonPackage rec { 6 pname = "tesh"; 7 inherit version; ··· 12 owner = "OceanSprint"; 13 repo = "tesh"; 14 rev = version; 15 - hash = "sha256-/CSYz2YXbjKZszb1HMOCS+srVJ+TcFSeLeuz9VvtlI4="; 16 }; 17 - 18 - patches = [ 19 - # https://github.com/OceanSprint/tesh/pull/49 20 - (fetchpatch { 21 - name = "replace-poetry-with-poetry-core-1.patch"; 22 - url = "https://github.com/OceanSprint/tesh/commit/49b90f5a3c9cf111931393248943b1da966dc3ec.patch"; 23 - hash = "sha256-s+eGO4NXTGbyXcLP37kCg4GDrjAsYIlOwNDR1Q7+1Uc="; 24 - }) 25 - # https://github.com/OceanSprint/tesh/pull/50 26 - (fetchpatch { 27 - name = "replace-poetry-with-poetry-core-2.patch"; 28 - url = "https://github.com/OceanSprint/tesh/commit/66798b54f28dc0b72159ee3a2144895cf945eaf0.patch"; 29 - hash = "sha256-f3uL7TZlkrTOWYihwWNfhrY5/xlBrclAMnbxRNXCGJw="; 30 - }) 31 - ]; 32 33 checkInputs = [ python3Packages.pytest ]; 34 nativeBuildInputs = [ python3Packages.poetry-core ];
··· 1 { python3Packages, fetchFromGitHub, fetchpatch }: 2 3 let 4 + version = "0.3.2"; 5 in python3Packages.buildPythonPackage rec { 6 pname = "tesh"; 7 inherit version; ··· 12 owner = "OceanSprint"; 13 repo = "tesh"; 14 rev = version; 15 + hash = "sha256-GIwg7Cv7tkLu81dmKT65c34eeVnRR5MIYfNwTE7j2Vs="; 16 }; 17 18 checkInputs = [ python3Packages.pytest ]; 19 nativeBuildInputs = [ python3Packages.poetry-core ];