python312Packages.pykoplenti: 1.2.2 -> 1.3.0 (#355823)

This commit is contained in:
Nick Cao 2024-11-14 08:33:24 -05:00 committed by GitHub
commit d886f024d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "pykoplenti";
version = "1.2.2";
version = "1.3.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "stegm";
repo = "pykoplenti";
rev = "refs/tags/v${version}";
hash = "sha256-2sGkHCIGo1lzLurvQBmq+16sodAaK8v+mAbIH/Gd3+E=";
hash = "sha256-6edlcjQvV+6q3/ytn9KR/IovduVREEQt8foE2lfsBko=";
};
pythonRelaxDeps = [ "pydantic" ];