We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a28ffc + 190567f commit 5b758fcCopy full SHA for 5b758fc
pkgs/development/python-modules/cloudflare/default.nix
@@ -25,6 +25,11 @@ buildPythonPackage rec {
25
hash = "sha256-a5++mUhW/pQq3GpIgbe+3tIIA03FxT3Wg3UfYy5Hoaw=";
26
};
27
28
+ postPatch = ''
29
+ substituteInPlace pyproject.toml \
30
+ --replace-fail 'hatchling==1.26.3' 'hatchling>=1.26.3'
31
+ '';
32
+
33
build-system = [
34
hatchling
35
hatch-fancy-pypi-readme
0 commit comments