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

+2 -2
+2 -2
pkgs/development/python-modules/pykoplenti/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "pykoplenti"; 16 - version = "1.3.0"; 16 + version = "1.4.0"; 17 17 pyproject = true; 18 18 19 19 disabled = pythonOlder "3.7"; ··· 22 22 owner = "stegm"; 23 23 repo = "pykoplenti"; 24 24 tag = "v${version}"; 25 - hash = "sha256-6edlcjQvV+6q3/ytn9KR/IovduVREEQt8foE2lfsBko="; 25 + hash = "sha256-vsqbjNj5x7X0VGbTq+CdZ9rPXVDypBkgaCI6MImloLo="; 26 26 }; 27 27 28 28 pythonRelaxDeps = [ "pydantic" ];