maturin: 1.9.5 -> 1.9.6

Changes: https://github.com/PyO3/maturin/releases/tag/v1.9.6
This commit is contained in:
Sergei Trofimovich
2025-10-12 10:48:03 +01:00
parent fa4affd32e
commit 993b5129cc

View File

@@ -12,16 +12,16 @@
rustPlatform.buildRustPackage rec {
pname = "maturin";
version = "1.9.5";
version = "1.9.6";
src = fetchFromGitHub {
owner = "PyO3";
repo = "maturin";
rev = "v${version}";
hash = "sha256-2WiQtNuhuCJfKIoRKNFaX50Jah4nn2aqlAGrRq/+kww=";
hash = "sha256-hMMX59nq9Wusb0XZb8i5/EmQiPL4WopuZX7maycj0J4=";
};
cargoHash = "sha256-lLWQy9f7vQ+8K0gOCcantAf5644v6Y6MDRvaBvJZJKA=";
cargoHash = "sha256-hNFbRtt/sVlEffu7RgXxC1NHzakP8miMyHIV/cf4sfM=";
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
libiconv