Unverified Commit 48e2611f authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

python3Packages.qcodes-contrib-drivers: 0.23.0 -> 0.24.0 (#486851)

parents 898c266d 23ba6606
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -25,14 +25,14 @@

buildPythonPackage (finalAttrs: {
  pname = "qcodes-contrib-drivers";
  version = "0.23.0";
  version = "0.24.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "QCoDeS";
    repo = "Qcodes_contrib_drivers";
    tag = "v${finalAttrs.version}";
    hash = "sha256-m2idBaQl2OVhrY5hcLTeXY6BycGf0ufa/ySgxaU2L/4=";
    hash = "sha256-8XEiBA+WHXrKczvXDIe4033U8JNLatxnHbsBZDorSC4=";
  };

  build-system = [