python313Packages.setuptools-rust: 1.11.0 -> 1.11.1
https://github.com/PyO3/setuptools-rust/releases/tag/v1.11.1
This commit is contained in:
committed by
Robert Schütz
parent
a3c1188c2c
commit
3ee1b8aee4
@@ -17,7 +17,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "setuptools-rust";
|
||||
version = "1.11.0";
|
||||
version = "1.11.1";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
@@ -25,7 +25,7 @@ buildPythonPackage rec {
|
||||
src = fetchPypi {
|
||||
pname = "setuptools_rust";
|
||||
inherit version;
|
||||
hash = "sha256-92XWbz3vb9yF4ebYicaoEq6hQwyNrc8ce2d5tF+HT7I=";
|
||||
hash = "sha256-favEOSJSztMUuAUNYyduBf3F0yOY/H08zh9qasNbdsA=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
|
||||
Reference in New Issue
Block a user