mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-26 23:03:41 +00:00
Merge pull request #223494 from dotlambda/nextcloudmonitor-1.4.0
python310Packages.nextcloudmonitor: 1.3.0 -> 1.4.0
This commit is contained in:
commit
b65fa83045
@ -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