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.

+3 -3
+3 -3
pkgs/development/python-modules/qcodes/default.nix
··· 61 62 buildPythonPackage rec { 63 pname = "qcodes"; 64 - version = "0.52.0"; 65 pyproject = true; 66 67 src = fetchFromGitHub { 68 owner = "microsoft"; 69 repo = "Qcodes"; 70 tag = "v${version}"; 71 - hash = "sha256-AQBzYKD4RsPQBtq/FxFwYnSUf8wW87JOb2cOnk9MHDY="; 72 }; 73 74 postPatch = '' ··· 200 201 meta = { 202 description = "Python-based data acquisition framework"; 203 - changelog = "https://github.com/QCoDeS/Qcodes/releases/tag/v${version}"; 204 downloadPage = "https://github.com/QCoDeS/Qcodes"; 205 homepage = "https://qcodes.github.io/Qcodes/"; 206 license = lib.licenses.mit;
··· 61 62 buildPythonPackage rec { 63 pname = "qcodes"; 64 + version = "0.53.0"; 65 pyproject = true; 66 67 src = fetchFromGitHub { 68 owner = "microsoft"; 69 repo = "Qcodes"; 70 tag = "v${version}"; 71 + hash = "sha256-uXVL25U7szJF/v7OEsB9Ww1h6ziBxsMJdqhZG5qn0VU="; 72 }; 73 74 postPatch = '' ··· 200 201 meta = { 202 description = "Python-based data acquisition framework"; 203 + changelog = "https://github.com/QCoDeS/Qcodes/releases/tag/${src.tag}"; 204 downloadPage = "https://github.com/QCoDeS/Qcodes"; 205 homepage = "https://qcodes.github.io/Qcodes/"; 206 license = lib.licenses.mit;