Skip to content

Commit 618c95b

Browse files
committed
1 parent a2de5ef commit 618c95b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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 = [

0 commit comments

Comments
 (0)