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

python37Packages.setuptools-rust: 0.11.5 -> 0.11.6
This commit is contained in:
Daniël de Kok 2020-12-14 20:06:37 +01:00 committed by GitHub
commit e5c63b3cd4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,13 +10,13 @@
buildPythonPackage rec {
pname = "setuptools-rust";
version = "0.11.5";
version = "0.11.6";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
sha256 = "04ea21f1bd029046fb87d098be4d7dc74663a58dd1f9fc6edcf8f3e4123ec4a8";
sha256 = "a5b5954909cbc5d66b914ee6763f81fa2610916041c7266105a469f504a7c4ca";
};
nativeBuildInputs = [ setuptools_scm ];