mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-26 06:44:06 +00:00
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
This commit is contained in:
parent
ca46c51067
commit
a01d310e2c
@ -6,7 +6,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "nextcloudmonitor";
|
||||
version = "1.3.0";
|
||||
version = "1.4.0";
|
||||
|
||||
format = "setuptools";
|
||||
|
||||
@ -14,7 +14,7 @@ buildPythonPackage rec {
|
||||
owner = "meichthys";
|
||||
repo = "nextcloud_monitor";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-Ivo5dqKcvE1e+1crZNzKHydprtMXkZdzDl4MsZviLQQ=";
|
||||
hash = "sha256-jyC8oOFr5yVtIJNxVCLNTyFpJTdjHu8t6Xs4il45ysI=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
@ -27,6 +27,7 @@ buildPythonPackage rec {
|
||||
pythonImportsCheck = [ "nextcloudmonitor" ];
|
||||
|
||||
meta = with lib; {
|
||||
changelog = "https://github.com/meichthys/nextcloud_monitor/blob/${src.rev}/README.md#change-log";
|
||||
description = "Python wrapper around nextcloud monitor api";
|
||||
homepage = "https://github.com/meichthys/nextcloud_monitor";
|
||||
license = licenses.mit;
|
||||
|
Loading…
Reference in New Issue
Block a user