python313Packages.pykoplenti: 1.3.0 -> 1.4.0

Diff: https://github.com/stegm/pykoplenti/compare/refs/tags/v1.3.0...v1.4.0

Changelog: https://github.com/stegm/pykoplenti/releases/tag/v1.4.0
This commit is contained in:
Fabian Affolter
2025-04-02 21:29:34 +02:00
parent 89a0c1b767
commit 9608ed61ba
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "pykoplenti";
version = "1.3.0";
version = "1.4.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "stegm";
repo = "pykoplenti";
tag = "v${version}";
hash = "sha256-6edlcjQvV+6q3/ytn9KR/IovduVREEQt8foE2lfsBko=";
hash = "sha256-vsqbjNj5x7X0VGbTq+CdZ9rPXVDypBkgaCI6MImloLo=";
};
pythonRelaxDeps = [ "pydantic" ];