python310Packages.pyquil: add chagnelog to meta
This commit is contained in:
parent
208f0fc6ab
commit
c8e138a344
1 changed files with 2 additions and 1 deletions
|
@ -32,7 +32,7 @@ buildPythonPackage rec {
|
|||
src = fetchFromGitHub {
|
||||
owner = "rigetti";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-Ur7dRxmnaAWXHk7c6NC3lBw59RRgh9vwAHFW00fViD4=";
|
||||
};
|
||||
|
||||
|
@ -102,6 +102,7 @@ buildPythonPackage rec {
|
|||
meta = with lib; {
|
||||
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";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ fab ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue