treewide: fix typo of updateScript as updateScripts

This commit is contained in:
GraysonTinker
2026-04-29 09:08:05 -07:00
parent a9ade7fa99
commit 811705145d
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
"markitdown_mcp"
];
passthru.updateScripts = gitUpdater { };
passthru.updateScript = gitUpdater { };
meta = {
description = "MCP server for the markitdown library";
@@ -40,7 +40,7 @@ buildPythonPackage rec {
"test_sub_sub_classes_are_included_in_abc"
];
passthru.updateScripts = gitUpdater { };
passthru.updateScript = gitUpdater { };
meta = {
description = "Create Python data objects";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
# Disabling tests, they rely on Nose which is outdated and not supported
doCheck = false;
passthru.updateScripts = gitUpdater { };
passthru.updateScript = gitUpdater { };
meta = {
description = "Mocking framework for Python, influenced by JMock";
@@ -45,7 +45,7 @@ buildPythonPackage rec {
export PATH=$out/bin:$PATH
'';
passthru.updateScripts = gitUpdater { };
passthru.updateScript = gitUpdater { };
meta = {
description = "Convert Word documents (.docx files) to HTML";
@@ -100,7 +100,7 @@ buildPythonPackage (finalAttrs: {
"test_module_misc"
];
passthru.updateScripts = gitUpdater { };
passthru.updateScript = gitUpdater { };
meta = {
description = "Python tool for converting files and office documents to Markdown";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
# Tests are outdated and based on Nose, which is not supported anymore.
doCheck = false;
passthru.updateScripts = gitUpdater { };
passthru.updateScript = gitUpdater { };
meta = {
description = "Matcher library for Python";
@@ -31,7 +31,7 @@ buildPythonPackage rec {
# Disabling tests, they rely on dependencies that are outdated and not supported
doCheck = false;
passthru.updateScripts = gitUpdater { };
passthru.updateScript = gitUpdater { };
meta = {
description = "Create and clean up temporary directories";