nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python3Packages.pep517: 0.12.0 -> 0.13.0

+2 -2
+2 -2
pkgs/development/python-modules/pep517/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "pep517"; 18 - version = "0.12.0"; 18 + version = "0.13.0"; 19 19 format = "pyproject"; 20 20 21 21 src = fetchPypi { 22 22 inherit pname version; 23 - sha256 = "931378d93d11b298cf511dd634cf5ea4cb249a28ef84160b3247ee9afb4e8ab0"; 23 + sha256 = "sha256-rmmSfFwXK+Gt2SA3JtS4TPPrrR7c1fcfzcdG5m6Cn1k="; 24 24 }; 25 25 26 26 nativeBuildInputs = [