python3Packages.nextcloudmonitor: 1.5.2 -> 1.6.0

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

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:38 +01:00
parent bb74ce434e
commit 0cd99fb30c
@@ -2,31 +2,22 @@
lib,
buildPythonPackage,
fetchFromGitHub,
fetchpatch2,
setuptools,
requests,
}:
buildPythonPackage rec {
pname = "nextcloudmonitor";
version = "1.5.2";
version = "1.6.0";
pyproject = true;
src = fetchFromGitHub {
owner = "meichthys";
repo = "nextcloud_monitor";
tag = "v${version}";
hash = "sha256-9iohznUmDusNY7iJZBcv9yn2wp3X5cS8n3Fbj/G1u0g=";
hash = "sha256-748cDMxPjOQFKdSt1GrQqZHmPgz20HN1+lMzo2vMj6c=";
};
patches = [
(fetchpatch2 {
# https://github.com/meichthys/nextcloud_monitor/pull/10
url = "https://github.com/meichthys/nextcloud_monitor/commit/cf6191d148e0494de5ae3cbe8fc5ffdba71b6c21.patch";
hash = "sha256-BSTX5dw+k+ItT6qvpjLiDsH9rW1NmkaBeGO9TlNZZis=";
})
];
build-system = [ setuptools ];
dependencies = [ requests ];