python310Packages.lektor: 3.3.2 -> 3.3.3

This commit is contained in:
R. Ryantm 2022-04-05 20:11:07 +00:00
parent 6427998d85
commit bcf7e9346d

View file

@ -26,14 +26,14 @@
buildPythonPackage rec {
pname = "lektor";
version = "3.3.2";
version = "3.3.3";
format = "pyproject";
src = fetchFromGitHub {
owner = "lektor";
repo = "lektor";
rev = "v${version}";
sha256 = "sha256-PNHQ87aO+b1xseupIOsO7MXdr16s0gjoHGnZhPlKKRY=";
rev = "refs/tags/v${version}";
sha256 = "sha256-3jPN4VQdIUVjSSGJxPek2RrnXzCwkDxoEBqk4vuL+nc=";
};
propagatedBuildInputs = [