tandoor-recipes: 1.5.10 -> 1.5.12
This commit is contained in:
parent
add041d3b0
commit
9900349b94
2 changed files with 4 additions and 8 deletions
|
@ -1,15 +1,15 @@
|
||||||
{ lib, fetchFromGitHub }:
|
{ lib, fetchFromGitHub }:
|
||||||
rec {
|
rec {
|
||||||
version = "1.5.10";
|
version = "1.5.12";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "TandoorRecipes";
|
owner = "TandoorRecipes";
|
||||||
repo = "recipes";
|
repo = "recipes";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-CkqNPG57e76TT/vF9lscS6m2FbXOvOfqiT/9aM2Il9E=";
|
hash = "sha256-5UslXRoiq9cipGCOiqpf+rv7OPTsW4qpVTjakNeg4ug=";
|
||||||
};
|
};
|
||||||
|
|
||||||
yarnHash = "sha256-atl2XrY9LmWh2USp6K2W50/khEsnY6OqKBUS26Ln9ZM=";
|
yarnHash = "sha256-CresovsRh+dLHGnv49fCi/i66QXOS3SnzfFNvkVUfd8=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://tandoor.dev/";
|
homepage = "https://tandoor.dev/";
|
||||||
|
|
|
@ -34,11 +34,6 @@ python.pkgs.pythonPackages.buildPythonPackage rec {
|
||||||
patches = [
|
patches = [
|
||||||
# Allow setting MEDIA_ROOT through environment variable
|
# Allow setting MEDIA_ROOT through environment variable
|
||||||
./media-root.patch
|
./media-root.patch
|
||||||
# https://github.com/TandoorRecipes/recipes/pull/2706
|
|
||||||
(fetchpatch {
|
|
||||||
url = "https://github.com/TandoorRecipes/recipes/commit/702c1d67d3b2d13cf471bf9daa1d2ef0f1837dec.patch";
|
|
||||||
hash = "sha256-6vmtYs6b0d38Ojxxc2I7oxqpkIlyRVlhzURBOTO2VlQ=";
|
|
||||||
})
|
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = with python.pkgs; [
|
propagatedBuildInputs = with python.pkgs; [
|
||||||
|
@ -141,6 +136,7 @@ python.pkgs.pythonPackages.buildPythonPackage rec {
|
||||||
# flaky
|
# flaky
|
||||||
disabledTests = [
|
disabledTests = [
|
||||||
"test_search_count"
|
"test_search_count"
|
||||||
|
"test_url_import_regex_replace"
|
||||||
];
|
];
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
|
|
Loading…
Reference in a new issue