python313Packages.pykoplenti: 1.3.0 -> 1.4.0 (#395574)

This commit is contained in:
Fabian Affolter
2025-04-02 21:56:56 +02:00
committed by GitHub
@@ -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" ];