python3Packages.solidpython2: 2.1.0 -> 2.1.3

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:38:56 +01:00
parent 0d1775487c
commit 8dc4f2b017
@@ -10,13 +10,13 @@
}:
buildPythonPackage rec {
pname = "solidpython2";
version = "2.1.0";
version = "2.1.3";
pyproject = true;
src = fetchFromGitHub {
owner = "jeff-dh";
repo = "SolidPython";
rev = "v${version}";
hash = "sha256-Tq3hrsC2MmueCqChk6mY/u/pCjF/pFuU2o3K+qw7ImY=";
tag = "v${version}";
hash = "sha256-3A1vYqIHFUiOH2cEx/XSOien3PmNpMAhLOe3T1yubx4=";
};
# NOTE: this patch makes tests runnable outside the source-tree