Merge pull request #161048 from r-ryantm/auto-update/python3.10-pyoctoprintapi

This commit is contained in:
Martin Weinelt 2022-02-20 12:56:33 +01:00 committed by GitHub
commit 925e446c42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@
let let
pname = "pyoctoprintapi"; pname = "pyoctoprintapi";
version = "0.1.7"; version = "0.1.8";
in in
buildPythonPackage { buildPythonPackage {
inherit pname version; inherit pname version;
@ -22,7 +22,7 @@ buildPythonPackage {
owner = "rfleming71"; owner = "rfleming71";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
hash = "sha256-XAMHQ7n03e10hFcPIUqyCDlRk2uO8dX8Iq0mdY7wRGE="; hash = "sha256-TeMgEwKVZd0gq8J0kYsg0/v6A2BVTOE0/VmyiyrjV5c=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [