python312Packages.reconplogger: 4.16.0 -> 4.16.1

Diff: https://github.com/omni-us/reconplogger/compare/refs/tags/v4.16.0...v4.16.1
This commit is contained in:
Fabian Affolter 2024-06-22 10:13:04 +02:00
parent 0f8253bd1b
commit 81b48a7574

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "reconplogger";
version = "4.16.0";
version = "4.16.1";
pyproject = true;
disabled = pythonOlder "3.8";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "omni-us";
repo = "reconplogger";
rev = "refs/tags/v${version}";
hash = "sha256-jBWy5oHyZpRUWb8OW0dRFfpu3m3hTd5dpIOQCRO5swM=";
hash = "sha256-F/6vT3jLxpteUFtYNtGyiO/JxeRtwJKpdGXTFJ6IDCE=";
};
build-system = [ setuptools ];