python3Packages.pipcl: 4 -> 7 (#528986)

This commit is contained in:
Michael Daniels
2026-06-14 01:45:30 +00:00
committed by GitHub
@@ -7,14 +7,14 @@
buildPythonPackage (finalAttrs: {
pname = "pipcl";
version = "4";
version = "7";
pyproject = true;
src = fetchFromGitHub {
owner = "ArtifexSoftware";
repo = "pipcl";
tag = "v${finalAttrs.version}";
hash = "sha256-1dTjxMuOFWeK4L+m4dbllNVwV36MmhsICTplfEKIOxk=";
hash = "sha256-z7tDWRxEsA0CREP2bjeNYkoS9pgpHL0Cr3wcCyMPIeg=";
};
build-system = [