Merge pull request #299852 from RaitoBezarius/rustworkx-bump

python3Packages.rustworkx: 0.13.1 -> 0.14.2
This commit is contained in:
Ryan Lahfa 2024-04-21 11:59:46 +02:00 committed by GitHub
commit 2ce4232bd8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -15,19 +15,19 @@
buildPythonPackage rec {
pname = "rustworkx";
version = "0.13.1";
version = "0.14.2";
format = "setuptools";
src = fetchFromGitHub {
owner = "Qiskit";
repo = pname;
rev = version;
hash = "sha256-WwQuvRMDGiY9VrWPfxL0OotPCUhCsvbXoVSCNhmIF/g=";
hash = "sha256-gck5X6J4Yg5it/YCBsk/yZ5qXg/iwCEbyDIKfBTRxHM=";
};
cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
hash = "sha256-QuzBJyM83VtB6CJ7i9/SFE8h6JbxkX/LQ9lOFSQIidU=";
hash = "sha256-FNCa5pshcnsYpjlz6yDITe2k0cHLTybj3rF34qrsRVU=";
};
nativeBuildInputs = [