0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

python3Packages.cloudflare: 4.1.0 -> 4.2.0 (#410774)

This commit is contained in:
Arne Keller 2025-05-28 23:23:23 +02:00 committed by GitHub
commit 64a0a2ae53
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "cloudflare";
version = "4.1.0";
version = "4.2.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-a5++mUhW/pQq3GpIgbe+3tIIA03FxT3Wg3UfYy5Hoaw=";
hash = "sha256-QKpxgWOpsHYagVvVKnzBilBioQvjF3yy1Kk2dwzACCY=";
};
postPatch = ''