Commit 50cb70e5 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.toptica-lasersdk: 3.2.0 -> 3.3.0

parent 0f8bab23
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@

buildPythonPackage rec {
  pname = "toptica-lasersdk";
  version = "3.2.0";
  version = "3.3.0";
  pyproject = true;

  src = fetchPypi {
    pname = "toptica_lasersdk";
    inherit version;
    hash = "sha256-UNazng4Za3CZeG7eDq0b+l7gmESEXIU8WMLWGGysmBg=";
    hash = "sha256-VzgQCqfZP9JoFmotG0jPJpHMxLY+unNZqzxQGhtlYC4=";
  };

  build-system = [