Skip to content

Commit 50a867f

Browse files
authored
Merge pull request #328234 from dotlambda/python3Packages.quil
python312Packages.quil: 0.10.0 -> 0.11.2
2 parents 686d942 + 618c95b commit 50a867f

File tree

4 files changed

+106
-14
lines changed

4 files changed

+106
-14
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
buildPythonPackage rec {
2727
pname = "pyquil";
28-
version = "4.13.0";
28+
version = "4.14.1";
2929
pyproject = true;
3030

3131
disabled = pythonOlder "3.9";
@@ -34,7 +34,7 @@ buildPythonPackage rec {
3434
owner = "rigetti";
3535
repo = "pyquil";
3636
rev = "refs/tags/v${version}";
37-
hash = "sha256-tfneoRtBOHPHWqeajpr+m0jDhtcl6+ReQNl2kt3ymUc=";
37+
hash = "sha256-PmzzYhnbNdb3nl51awpxftSeW93vo3exHJxdZ+sgwZs=";
3838
};
3939

4040
pythonRelaxDeps = [

pkgs/development/python-modules/qcs-sdk-python/Cargo.lock

Lines changed: 98 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkgs/development/python-modules/qcs-sdk-python/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
buildPythonPackage rec {
1919
pname = "qcs-sdk-python";
20-
version = "0.19.0";
20+
version = "0.19.2";
2121
pyproject = true;
2222

2323
disabled = pythonOlder "3.8";
@@ -26,13 +26,13 @@ buildPythonPackage rec {
2626
owner = "rigetti";
2727
repo = "qcs-sdk-rust";
2828
rev = "python/v${version}";
29-
hash = "sha256-M2JG4EOpvSNy7C7uFRMNl4fvkeCXm3B5LpL8fKKJ61M=";
29+
hash = "sha256-5PQLFGZmQDpX3IUwQOZhIgSbMhW+PACdH+7ztBHN20A=";
3030
};
3131

3232
cargoDeps = rustPlatform.importCargoLock {
3333
lockFile = ./Cargo.lock;
3434
outputHashes = {
35-
"quil-rs-0.26.0" = "sha256-Er4sl47i6TbcbG3JHHexrOn/Sdd5mLTl5R+eA7heBVg=";
35+
"quil-rs-0.27.1" = "sha256-w97kkdwRnVVfKNTIKypl3shFQJV5Rh/kF6jp7jCiyqw=";
3636
};
3737
};
3838

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
buildPythonPackage rec {
1515
pname = "quil";
16-
version = "0.10.0";
16+
version = "0.11.2";
1717
pyproject = true;
1818

1919
disabled = pythonOlder "3.8";
@@ -22,13 +22,13 @@ buildPythonPackage rec {
2222
owner = "rigetti";
2323
repo = "quil-rs";
2424
rev = "quil-py/v${version}";
25-
hash = "sha256-GJ39pvIqYs2bMGAHJL8OgB0OfmIpo/k3FxorYvdOvhI=";
25+
hash = "sha256-c5ujyXIHKJ7OgRpL2HPlvDHycXmcHaMbBQ3gsLEWePI=";
2626
};
2727

2828
cargoDeps = rustPlatform.fetchCargoTarball {
2929
name = "${pname}-${version}";
3030
inherit src;
31-
hash = "sha256-VvnjdCFrpo/rDLNJrHpZoV+E+fQGgNW/nBOvMG91sHQ=";
31+
hash = "sha256-GT+IeMqpecCDWFIcs/lJT88XZUTlQL7PP+d3afhHU2s=";
3232
};
3333

3434
buildAndTestSubdir = "quil-py";

0 commit comments

Comments
 (0)