Skip to content

Commit 18981e3

Browse files
committed
python312Packages.pyquil: 4.16.0 -> 4.16.1
1 parent e735fed commit 18981e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

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

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

3131
src = fetchFromGitHub {
3232
owner = "rigetti";
3333
repo = "pyquil";
3434
tag = "v${version}";
35-
hash = "sha256-6nJ0eozqbzHDF3e/Q/bVJnng1b+LUL2tsv4X7sWE9/0=";
35+
hash = "sha256-8ZIkWFHKgb5PFhkhvjaWkxJuX/0Hvl2R+w9tqe2nYNg=";
3636
};
3737

3838
pythonRelaxDeps = [
@@ -77,7 +77,7 @@ buildPythonPackage rec {
7777
meta = {
7878
description = "Python library for creating Quantum Instruction Language (Quil) programs";
7979
homepage = "https://github.com/rigetti/pyquil";
80-
changelog = "https://github.com/rigetti/pyquil/blob/v${version}/CHANGELOG.md";
80+
changelog = "https://github.com/rigetti/pyquil/blob/${src.tag}/CHANGELOG.md";
8181
license = lib.licenses.asl20;
8282
maintainers = with lib.maintainers; [ fab ];
8383
};

0 commit comments

Comments
 (0)