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

python310Packages.pyoctoprintapi: 0.1.9 -> 0.1.10

authored by

Martin Weinelt and committed by
GitHub
4c5c40f1 19d259ed

+3 -2
+3 -2
pkgs/development/python-modules/pyoctoprintapi/default.nix
··· 12 12 13 13 let 14 14 pname = "pyoctoprintapi"; 15 - version = "0.1.9"; 15 + version = "0.1.10"; 16 16 in 17 17 buildPythonPackage { 18 18 inherit pname version; ··· 22 22 owner = "rfleming71"; 23 23 repo = pname; 24 24 rev = "refs/tags/v${version}"; 25 - hash = "sha256-kZMTHw0S12aUn/DYQuyjQa48QtiwLGYyY4gYKA5063A="; 25 + hash = "sha256-aXT8BY7D7Tx3UG7Brfpk8yQv1opXQUsgJteNkBwHeYY="; 26 26 }; 27 27 28 28 propagatedBuildInputs = [ ··· 41 41 meta = with lib; { 42 42 description = "Simple async wrapper around the Octoprint API"; 43 43 homepage = "https://github.com/rfleming71/pyoctoprintapi"; 44 + changelog = "https://github.com/rfleming71/pyoctoprintapi/releases/tag/v${version}"; 44 45 license = licenses.mit; 45 46 maintainers= with maintainers; [ hexa ]; 46 47 };