Skip to content

Commit 1488b3e

Browse files
committed
python312Packages.rustworkx: 0.14.2 -> 0.15.1
Diff: Qiskit/rustworkx@0.14.2...0.15.1
1 parent 7966d83 commit 1488b3e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/rustworkx/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@
1616

1717
buildPythonPackage rec {
1818
pname = "rustworkx";
19-
version = "0.14.2";
19+
version = "0.15.1";
2020
format = "setuptools";
2121

2222
src = fetchFromGitHub {
2323
owner = "Qiskit";
2424
repo = pname;
2525
rev = version;
26-
hash = "sha256-gck5X6J4Yg5it/YCBsk/yZ5qXg/iwCEbyDIKfBTRxHM=";
26+
hash = "sha256-0WYgShihTBM0e+MIhON0dnhZug6l280tZcVp3KF1Jq0=";
2727
};
2828

2929
cargoDeps = rustPlatform.fetchCargoTarball {
3030
inherit src;
31-
hash = "sha256-FNCa5pshcnsYpjlz6yDITe2k0cHLTybj3rF34qrsRVU=";
31+
hash = "sha256-AgHfCKLna30WERAFGEs8yRxxZHwvLzR+/S+ivwKHXXE=";
3232
};
3333

3434
nativeBuildInputs = [

0 commit comments

Comments
 (0)