python3Packages.toptica-lasersdk: 3.2.0 -> 3.3.0 (#428575)
This commit is contained in:
@@ -13,13 +13,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "toptica-lasersdk";
|
pname = "toptica-lasersdk";
|
||||||
version = "3.2.0";
|
version = "3.3.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
pname = "toptica_lasersdk";
|
pname = "toptica_lasersdk";
|
||||||
inherit version;
|
inherit version;
|
||||||
hash = "sha256-UNazng4Za3CZeG7eDq0b+l7gmESEXIU8WMLWGGysmBg=";
|
hash = "sha256-VzgQCqfZP9JoFmotG0jPJpHMxLY+unNZqzxQGhtlYC4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [
|
build-system = [
|
||||||
|
|||||||
Reference in New Issue
Block a user