Unverified Commit 863d5082 authored by Fabián Heredia Montiel's avatar Fabián Heredia Montiel Committed by GitHub
Browse files

Merge pull request #309189 from r-ryantm/auto-update/python311Packages.zephyr-python-api

python311Packages.zephyr-python-api: 0.0.5 -> 0.1.0
parents 6f17a4fd 0c56c244
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

buildPythonPackage rec {
  pname = "zephyr-python-api";
  version = "0.0.5";
  version = "0.1.0";
  format = "pyproject";

  src = fetchPypi {
    pname = "zephyr_python_api";
    inherit version;
    hash = "sha256-tzuLFM2Oav5rKH1GEZcP/Kfw4NXRTObMf1gcn862UBw=";
    hash = "sha256-YupGiybfhwb+I4ofr6RNBzS6LQfx5BQD/SU5nYrnqFk=";
  };

  nativeBuildInputs = [ setuptools ];