python3Packages.plac: 1.4.6 -> 1.4.7

This commit is contained in:
R. Ryantm
2026-09-17 04:18:09 +00:00
parent 6ae8874057
commit 15252b7987

View File

@@ -8,14 +8,14 @@
buildPythonPackage (finalAttrs: {
pname = "plac";
version = "1.4.6";
version = "1.4.7";
pyproject = true;
src = fetchFromGitHub {
owner = "ialbert";
repo = "plac";
tag = "v${finalAttrs.version}";
hash = "sha256-5bYQaZwojGSsfVvF4gkYczpUF77IdptFq1wG2vA4km4=";
hash = "sha256-KlUxM/3ZywwiNbDB6fDfGbOopQCibvTAWKm3Mgkfuao=";
};
build-system = [ setuptools ];