python310Packages.setuptools-rust: 1.5.2 -> 1.6.0

https://github.com/PyO3/setuptools-rust/releases/tag/v1.6.0
This commit is contained in:
Martin Weinelt 2023-07-24 12:42:33 +02:00
parent af94d88a26
commit ea1795f035

View File

@ -11,12 +11,12 @@
buildPythonPackage rec {
pname = "setuptools-rust";
version = "1.5.2";
version = "1.6.0";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-2NrMsU3A6uG2tus+zveWdb03tAZTafecNTk91cVWUsc=";
hash = "sha256-yG5zTerDMFl5mL+8CNpFGH5rJ4N+I72R6tsyBzI5ImI=";
};
nativeBuildInputs = [ setuptools-scm ];