lol

python3Packages.poetry-core: backport test fix for Python 3.12.6 (#341584)

authored by

Martin Weinelt and committed by
GitHub
7ea47b7b 2616bf59

+9
+9
pkgs/development/python-modules/poetry-core/default.nix
··· 3 3 stdenv, 4 4 buildPythonPackage, 5 5 fetchFromGitHub, 6 + fetchpatch, 6 7 pythonOlder, 7 8 build, 8 9 git, ··· 26 27 rev = version; 27 28 hash = "sha256-vvwKbzGlvv2LTbXfJxQVM3nUXFGntgJxsku6cbRxCzw="; 28 29 }; 30 + 31 + patches = [ 32 + (fetchpatch { 33 + name = "python-3.12.6.patch"; 34 + url = "https://github.com/python-poetry/poetry-core/commit/bd1ce358dec403c66e62176b11bfad77a51aacfd.patch"; 35 + hash = "sha256-dl2xTsn0nNAGJKNmgNPXlaeJOs1gNfDeQMJnD7EnKB4="; 36 + }) 37 + ]; 29 38 30 39 nativeCheckInputs = [ 31 40 build