python3Packages.uxsim: 1.9.1 -> 1.10.0

This commit is contained in:
R. Ryantm
2025-09-25 06:40:01 +00:00
parent 18dcbe9f90
commit fb4cf13a67
@@ -18,14 +18,14 @@
}:
buildPythonPackage rec {
pname = "uxsim";
version = "1.9.1";
version = "1.10.0";
pyproject = true;
src = fetchFromGitHub {
owner = "toruseo";
repo = "UXsim";
tag = "v${version}";
hash = "sha256-txKeUf19l/BJZoQCLpMP31u0DBPlPHxrSqzASC3DPIw=";
hash = "sha256-4ZN52atcAbT6z9GzV4tOA3IiDYu+v4i3NHfauMPwMJ0=";
};
patches = [ ./add-qt-plugin-path-to-env.patch ];