lol

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

authored by

Martin Weinelt and committed by
GitHub
925e446c 50bea22c

+2 -2
+2 -2
pkgs/development/python-modules/pyoctoprintapi/default.nix
··· 12 12 13 13 let 14 14 pname = "pyoctoprintapi"; 15 - version = "0.1.7"; 15 + version = "0.1.8"; 16 16 in 17 17 buildPythonPackage { 18 18 inherit pname version; ··· 22 22 owner = "rfleming71"; 23 23 repo = pname; 24 24 rev = "v${version}"; 25 - hash = "sha256-XAMHQ7n03e10hFcPIUqyCDlRk2uO8dX8Iq0mdY7wRGE="; 25 + hash = "sha256-TeMgEwKVZd0gq8J0kYsg0/v6A2BVTOE0/VmyiyrjV5c="; 26 26 }; 27 27 28 28 propagatedBuildInputs = [