python3Packages.uxsim: 1.10.2 -> 1.11.0

This commit is contained in:
R. Ryantm
2025-12-06 07:43:27 +00:00
parent 9e31b6e2c4
commit f9a9dcb898
@@ -18,14 +18,14 @@
}:
buildPythonPackage rec {
pname = "uxsim";
version = "1.10.2";
version = "1.11.0";
pyproject = true;
src = fetchFromGitHub {
owner = "toruseo";
repo = "UXsim";
tag = "v${version}";
hash = "sha256-GK1tD0STBCR0Z/JHdhrgLun6t2snJqi/oFGUOeiXk6c=";
hash = "sha256-q8L6UkKL+M9zgax6jjxwkFrwayaxMTYJRfWt8Rnj00I=";
};
patches = [ ./add-qt-plugin-path-to-env.patch ];