Commit 1bacb265 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.qcodes: 0.55.0 -> 0.56.0

parent 52a37b21
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -59,14 +59,14 @@

buildPythonPackage (finalAttrs: {
  pname = "qcodes";
  version = "0.55.0";
  version = "0.56.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "microsoft";
    repo = "Qcodes";
    tag = "v${finalAttrs.version}";
    hash = "sha256-Jk1QfC3jcU0x5lrgnEYdJ2w/HU84xdx3XpDPkXDzPtE=";
    hash = "sha256-7J1vKMG1/d/8O+j+RmUtVpjFdZB4w0BVoGrIONbr/e4=";
  };

  postPatch = ''