python312Packages.qcodes: 0.49.0 -> 0.50.0

Diff: https://github.com/microsoft/Qcodes/compare/refs/tags/v0.49.0...v0.50.0

Changelog: https://github.com/QCoDeS/Qcodes/releases/tag/v0.50.0
This commit is contained in:
Gaetan Lepage 2024-11-25 11:00:54 +01:00
parent 61aa4ba718
commit 160facf7c1

View File

@ -59,14 +59,14 @@
buildPythonPackage rec {
pname = "qcodes";
version = "0.49.0";
version = "0.50.0";
pyproject = true;
src = fetchFromGitHub {
owner = "microsoft";
repo = "Qcodes";
rev = "refs/tags/v${version}";
hash = "sha256-AlrQH0yKbEz+ICdvWWjMD7LQvWl36cFWlp+fegAmtL8=";
hash = "sha256-pOzIhqI4XmJm3GiGN2+zOALEogyB4qDgB71TJoLKd+4=";
};
build-system = [