python3Packages.hawkmoth: 0.21.0 -> 0.22.0

https://github.com/jnikula/hawkmoth/blob/v0.22.0/CHANGELOG.rst

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:15 +01:00
parent b2d076ed86
commit 6cd5080b4c
@@ -17,14 +17,14 @@ let
in
buildPythonPackage rec {
pname = "hawkmoth";
version = "0.21.0";
version = "0.22.0";
pyproject = true;
src = fetchFromGitHub {
owner = "jnikula";
repo = "hawkmoth";
tag = "v${version}";
hash = "sha256-ePi7whsibStYwG75Eso7A0GkSbn8JesacaDU5IRF9iE=";
hash = "sha256-iFyTayPC4TWOfTZrfJJILJyi5BWrsVLwnSFnSeMpB2c=";
};
build-system = [ hatchling ];
@@ -45,7 +45,7 @@ buildPythonPackage rec {
meta = {
description = "Sphinx Autodoc for C";
homepage = "https://jnikula.github.io/hawkmoth/";
changelog = "https://github.com/jnikula/hawkmoth/blob/v${version}/CHANGELOG.rst";
changelog = "https://github.com/jnikula/hawkmoth/blob/${src.tag}/CHANGELOG.rst";
license = lib.licenses.bsd2;
maintainers = [ lib.maintainers.cynerd ];
};