python3Packages.pipcl: 4 -> 7

This commit is contained in:
R. Ryantm
2026-06-07 00:23:09 +00:00
parent 38d9adc8ca
commit 02aa57fadd
@@ -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 = [