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