We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7966d83 commit 1488b3eCopy full SHA for 1488b3e
pkgs/development/python-modules/rustworkx/default.nix
@@ -16,19 +16,19 @@
16
17
buildPythonPackage rec {
18
pname = "rustworkx";
19
- version = "0.14.2";
+ version = "0.15.1";
20
format = "setuptools";
21
22
src = fetchFromGitHub {
23
owner = "Qiskit";
24
repo = pname;
25
rev = version;
26
- hash = "sha256-gck5X6J4Yg5it/YCBsk/yZ5qXg/iwCEbyDIKfBTRxHM=";
+ hash = "sha256-0WYgShihTBM0e+MIhON0dnhZug6l280tZcVp3KF1Jq0=";
27
};
28
29
cargoDeps = rustPlatform.fetchCargoTarball {
30
inherit src;
31
- hash = "sha256-FNCa5pshcnsYpjlz6yDITe2k0cHLTybj3rF34qrsRVU=";
+ hash = "sha256-AgHfCKLna30WERAFGEs8yRxxZHwvLzR+/S+ivwKHXXE=";
32
33
34
nativeBuildInputs = [
0 commit comments