Unverified Commit 4c5c40f1 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #203967 from r-ryantm/auto-update/python310Packages.pyoctoprintapi

python310Packages.pyoctoprintapi: 0.1.9 -> 0.1.10
parents 19d259ed abc0cf60
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

let
  pname = "pyoctoprintapi";
  version = "0.1.9";
  version = "0.1.10";
in
buildPythonPackage {
  inherit pname version;
@@ -22,7 +22,7 @@ buildPythonPackage {
    owner = "rfleming71";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-kZMTHw0S12aUn/DYQuyjQa48QtiwLGYyY4gYKA5063A=";
    hash = "sha256-aXT8BY7D7Tx3UG7Brfpk8yQv1opXQUsgJteNkBwHeYY=";
  };

  propagatedBuildInputs = [
@@ -41,6 +41,7 @@ buildPythonPackage {
  meta = with lib; {
    description = "Simple async wrapper around the Octoprint API";
    homepage = "https://github.com/rfleming71/pyoctoprintapi";
    changelog = "https://github.com/rfleming71/pyoctoprintapi/releases/tag/v${version}";
    license = licenses.mit;
    maintainers= with maintainers; [ hexa ];
  };