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

python3Packages.scikit-build-core: 0.1.5 -> 0.2.0

+2 -2
+2 -2
pkgs/development/python-modules/scikit-build-core/default.nix
··· 18 18 19 19 buildPythonPackage rec { 20 20 pname = "scikit-build-core"; 21 - version = "0.1.5"; 21 + version = "0.2.0"; 22 22 format = "pyproject"; 23 23 24 24 src = fetchPypi { 25 25 pname = "scikit_build_core"; 26 26 inherit version; 27 - hash = "sha256-OUS/QOaBd0DDBrDk8c3LzFrPVrVF65EJQPRjGtnUmjU="; 27 + hash = "sha256-0qdtlEekEgONxeJd0lmwPCUnhmGgx8Padmu5ccGprNI="; 28 28 }; 29 29 30 30 postPatch = ''