python3Packages.pynecil: 4.2.0 -> 4.2.1

Diff: https://github.com/tr4nt0r/pynecil/compare/v4.2.0...v4.2.1

Changelog: https://github.com/tr4nt0r/pynecil/releases/tag/v4.2.1
This commit is contained in:
Robert Schütz
2025-11-12 10:07:18 -08:00
parent 26a29d17c0
commit 5c373a91c6
@@ -14,18 +14,16 @@
buildPythonPackage rec {
pname = "pynecil";
version = "4.2.0";
version = "4.2.1";
pyproject = true;
src = fetchFromGitHub {
owner = "tr4nt0r";
repo = "pynecil";
tag = "v${version}";
hash = "sha256-ZEg5fmSE594YEgcJROOeVqc1reyGlyQiYNoCcfUanrY=";
hash = "sha256-nZaWiaEAIsubvSSsJZLQVfpaElWx7WKeRlYK80tUohg=";
};
pythonRelaxDeps = [ "aiohttp" ];
build-system = [
hatch-regex-commit
hatchling