summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2022-12-01 18:56:24 +0100
committerGitHub <noreply@github.com>2022-12-01 18:56:24 +0100
commit4c5c40f176aef39fe0a12fe70bdd4c6ee78299ab (patch)
tree19e0205937e65ce289148a0a150b7e1e2aef9a71
parent19d259eddbcd1bef3515d7fd830dfad87e23ed26 (diff)
parentabc0cf6076f6da364b7a0cbd7e578cee72384608 (diff)
Merge pull request #203967 from r-ryantm/auto-update/python310Packages.pyoctoprintapi
python310Packages.pyoctoprintapi: 0.1.9 -> 0.1.10
-rw-r--r--pkgs/development/python-modules/pyoctoprintapi/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pyoctoprintapi/default.nix b/pkgs/development/python-modules/pyoctoprintapi/default.nix
index da3ebac2c1e2..af9a437e4c2a 100644
--- a/pkgs/development/python-modules/pyoctoprintapi/default.nix
+++ b/pkgs/development/python-modules/pyoctoprintapi/default.nix
@@ -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 ];
};