python3Packages.qcodes: 0.52.0 -> 0.53.0
https://github.com/QCoDeS/Qcodes/releases/tag/v0.53.0 This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -61,14 +61,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "qcodes";
|
||||
version = "0.52.0";
|
||||
version = "0.53.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "microsoft";
|
||||
repo = "Qcodes";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-AQBzYKD4RsPQBtq/FxFwYnSUf8wW87JOb2cOnk9MHDY=";
|
||||
hash = "sha256-uXVL25U7szJF/v7OEsB9Ww1h6ziBxsMJdqhZG5qn0VU=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@@ -200,7 +200,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = {
|
||||
description = "Python-based data acquisition framework";
|
||||
changelog = "https://github.com/QCoDeS/Qcodes/releases/tag/v${version}";
|
||||
changelog = "https://github.com/QCoDeS/Qcodes/releases/tag/${src.tag}";
|
||||
downloadPage = "https://github.com/QCoDeS/Qcodes";
|
||||
homepage = "https://qcodes.github.io/Qcodes/";
|
||||
license = lib.licenses.mit;
|
||||
|
||||
Reference in New Issue
Block a user