python310Packages.pyoctoprintapi: 0.1.8 -> 0.1.9

This commit is contained in:
R. Ryantm 2022-10-03 03:15:31 +00:00
parent a62844b302
commit fdea7ee093

View file

@ -12,7 +12,7 @@
let
pname = "pyoctoprintapi";
version = "0.1.8";
version = "0.1.9";
in
buildPythonPackage {
inherit pname version;
@ -21,8 +21,8 @@ buildPythonPackage {
src = fetchFromGitHub {
owner = "rfleming71";
repo = pname;
rev = "v${version}";
hash = "sha256-TeMgEwKVZd0gq8J0kYsg0/v6A2BVTOE0/VmyiyrjV5c=";
rev = "refs/tags/v${version}";
hash = "sha256-kZMTHw0S12aUn/DYQuyjQa48QtiwLGYyY4gYKA5063A=";
};
propagatedBuildInputs = [