Merge pull request #106914 from r-ryantm/auto-update/python3.7-setuptools-rust

python37Packages.setuptools-rust: 0.11.5 -> 0.11.6

authored by danieldk.tngl.sh and committed by GitHub e5c63b3c 046f8835

+2 -2
+2 -2
pkgs/development/python-modules/setuptools-rust/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "setuptools-rust"; 13 - version = "0.11.5"; 13 + version = "0.11.6"; 14 14 15 15 disabled = isPy27; 16 16 17 17 src = fetchPypi { 18 18 inherit pname version; 19 - sha256 = "04ea21f1bd029046fb87d098be4d7dc74663a58dd1f9fc6edcf8f3e4123ec4a8"; 19 + sha256 = "a5b5954909cbc5d66b914ee6763f81fa2610916041c7266105a469f504a7c4ca"; 20 20 }; 21 21 22 22 nativeBuildInputs = [ setuptools_scm ];