lol

python310Packages.nextcloudmonitor: 1.3.0 -> 1.4.0

Diff: https://github.com/meichthys/nextcloud_monitor/compare/v1.3.0...v1.4.0

Changelog: https://github.com/meichthys/nextcloud_monitor/blob/v1.4.0/README.md#change-log

+3 -2
+3 -2
pkgs/development/python-modules/nextcloudmonitor/default.nix
··· 6 6 7 7 buildPythonPackage rec { 8 8 pname = "nextcloudmonitor"; 9 - version = "1.3.0"; 9 + version = "1.4.0"; 10 10 11 11 format = "setuptools"; 12 12 ··· 14 14 owner = "meichthys"; 15 15 repo = "nextcloud_monitor"; 16 16 rev = "v${version}"; 17 - hash = "sha256-Ivo5dqKcvE1e+1crZNzKHydprtMXkZdzDl4MsZviLQQ="; 17 + hash = "sha256-jyC8oOFr5yVtIJNxVCLNTyFpJTdjHu8t6Xs4il45ysI="; 18 18 }; 19 19 20 20 propagatedBuildInputs = [ ··· 27 27 pythonImportsCheck = [ "nextcloudmonitor" ]; 28 28 29 29 meta = with lib; { 30 + changelog = "https://github.com/meichthys/nextcloud_monitor/blob/${src.rev}/README.md#change-log"; 30 31 description = "Python wrapper around nextcloud monitor api"; 31 32 homepage = "https://github.com/meichthys/nextcloud_monitor"; 32 33 license = licenses.mit;