From f34fb2180e4a8e9dc3300557809f20391a73ab81 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Sat, 11 Oct 2025 19:58:12 +0200 Subject: [PATCH] gnu: python-robotframework-pythonlibcore: Update to 4.4.1. * gnu/packages/python-xyz.scm (python-robotframework-pythonlibcore): Update to 4.4.1. [native-inputs]: Add python-approvaltests. Change-Id: I66d7cf460957eb0cb0d70bcae727a7d65e22c43f Signed-off-by: Sharlatan Hellseher --- gnu/packages/python-xyz.scm | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 510b9c05802ad4b6fd38e02dbd454ef9d78a44ef..8d92d9f6674c829824ec3ae2fa0de5e2ff99c5a1 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -9576,7 +9576,7 @@ SFTP. It has the following main usages: (define-public python-robotframework-pythonlibcore (package (name "python-robotframework-pythonlibcore") - (version "3.0.0") + (version "4.4.1") (source (origin (method git-fetch) ;no tests in pypi archive @@ -9585,15 +9585,19 @@ SFTP. It has the following main usages: (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0v89v8va65l6inh0fb34qgxawx6p29pnrmw4n5941yzdi3804rc4")))) + (base32 "0hjayjq5wrgajs56nf85y5wqh76jbjfbsz40bam315l3kzmj45g5")))) (build-system pyproject-build-system) (arguments (list #:test-backend #~'custom #:test-flags #~(list "utest/run.py"))) (native-inputs - (list python-pytest python-pytest-cov python-pytest-mockito - python-robotframework python-setuptools)) + (list python-approvaltests + python-pytest + python-pytest-cov + python-pytest-mockito + python-robotframework + python-setuptools)) (home-page "https://github.com/robotframework/PythonLibCore") (synopsis "Robot Framework Python library tools") (description