python3Packages.kopf: 1.37.5 -> 1.38.0

R. Ryantm bed60068 6f82867e

Changed files
+3 -3
pkgs
development
python-modules
+3 -3
pkgs/development/python-modules/kopf/default.nix
···
buildPythonPackage rec {
pname = "kopf";
-
version = "1.37.5";
pyproject = true;
src = fetchFromGitHub {
owner = "nolar";
repo = "kopf";
tag = version;
-
hash = "sha256-FwQnt5UoK+Qx7suFACwEtTIvBneJQ19/WmdelWmf+Z0=";
};
build-system = [
···
meta = {
description = "Python framework to write Kubernetes operators";
homepage = "https://kopf.readthedocs.io/";
-
changelog = "https://github.com/nolar/kopf/releases/tag/${version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ genga898 ];
};
···
buildPythonPackage rec {
pname = "kopf";
+
version = "1.38.0";
pyproject = true;
src = fetchFromGitHub {
owner = "nolar";
repo = "kopf";
tag = version;
+
hash = "sha256-H2Q5nDIODp2VFtMIJ0g8b+/SMZzLueRGBkh1g6LBbgc=";
};
build-system = [
···
meta = {
description = "Python framework to write Kubernetes operators";
homepage = "https://kopf.readthedocs.io/";
+
changelog = "https://github.com/nolar/kopf/releases/tag/${src.tag}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ genga898 ];
};