File tree Expand file tree Collapse file tree 4 files changed +106
-14
lines changed
pkgs/development/python-modules Expand file tree Collapse file tree 4 files changed +106
-14
lines changed Original file line number Diff line number Diff line change 2525
2626buildPythonPackage 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 = [
Original file line number Diff line number Diff line change 1717
1818buildPythonPackage 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
Original file line number Diff line number Diff line change 1313
1414buildPythonPackage 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" ;
You can’t perform that action at this time.
0 commit comments