python3Packages.uxsim: 1.10.1 -> 1.10.2

This commit is contained in:
R. Ryantm
2025-10-24 15:25:12 +00:00
parent c9f97ce391
commit 63abb2d7d7
@@ -18,14 +18,14 @@
}:
buildPythonPackage rec {
pname = "uxsim";
version = "1.10.1";
version = "1.10.2";
pyproject = true;
src = fetchFromGitHub {
owner = "toruseo";
repo = "UXsim";
tag = "v${version}";
hash = "sha256-yKXlu78E2zE6JqpTtS/Xd4ityA0oxe90RiocHCJIO4E=";
hash = "sha256-GK1tD0STBCR0Z/JHdhrgLun6t2snJqi/oFGUOeiXk6c=";
};
patches = [ ./add-qt-plugin-path-to-env.patch ];