python312Packages.pyquil: 4.16.0 -> 4.16.1 (#389100)
This commit is contained in:
@@ -25,14 +25,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyquil";
|
||||
version = "4.16.0";
|
||||
version = "4.16.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "rigetti";
|
||||
repo = "pyquil";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-6nJ0eozqbzHDF3e/Q/bVJnng1b+LUL2tsv4X7sWE9/0=";
|
||||
hash = "sha256-8ZIkWFHKgb5PFhkhvjaWkxJuX/0Hvl2R+w9tqe2nYNg=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [
|
||||
@@ -77,7 +77,7 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "Python library for creating Quantum Instruction Language (Quil) programs";
|
||||
homepage = "https://github.com/rigetti/pyquil";
|
||||
changelog = "https://github.com/rigetti/pyquil/blob/v${version}/CHANGELOG.md";
|
||||
changelog = "https://github.com/rigetti/pyquil/blob/${src.tag}/CHANGELOG.md";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ fab ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user