[Backport release-25.05] pyp: 1.2.0 -> 1.3.0 (#417601)

This commit is contained in:
Florian Klink
2025-06-17 20:21:31 +03:00
committed by GitHub

View File

@@ -10,13 +10,13 @@ let
pythonPackages = python3.pkgs;
finalAttrs = {
pname = "pyp";
version = "1.2.0";
version = "1.3.0";
src = fetchFromGitHub {
owner = "hauntsaninja";
repo = "pyp";
tag = "v${finalAttrs.version}";
hash = "sha256-hnEgqWOIVj2ugOhd2aS9IulfkVnrlkhwOtrgH4qQqO8=";
hash = "sha256-u9yxjYNQrtYtFtUh5tTJ1mGmGB+Ry+FRupli8RzRu3c=";
};
pyproject = true;