python312Packages.qcodes: 0.50.0 -> 0.50.1
Diff: https://github.com/microsoft/Qcodes/compare/refs/tags/v0.50.0...v0.50.1 Changelog: https://github.com/QCoDeS/Qcodes/releases/tag/v0.50.1
This commit is contained in:
parent
8e01867781
commit
b22393b73f
@ -59,14 +59,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "qcodes";
|
pname = "qcodes";
|
||||||
version = "0.50.0";
|
version = "0.50.1";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "microsoft";
|
owner = "microsoft";
|
||||||
repo = "Qcodes";
|
repo = "Qcodes";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-pOzIhqI4XmJm3GiGN2+zOALEogyB4qDgB71TJoLKd+4=";
|
hash = "sha256-oNJVOz2FMMhUkYIajeWwRmHzLcXu5qTSQzjk0gciOnE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [
|
build-system = [
|
||||||
|
Loading…
Reference in New Issue
Block a user