python3Packages.uxsim: 1.9.0 -> 1.9.1

This commit is contained in:
R. Ryantm
2025-09-14 02:56:15 +00:00
parent 4199f186ec
commit 9624948ad1
@@ -18,14 +18,14 @@
}:
buildPythonPackage rec {
pname = "uxsim";
version = "1.9.0";
version = "1.9.1";
pyproject = true;
src = fetchFromGitHub {
owner = "toruseo";
repo = "UXsim";
tag = "v${version}";
hash = "sha256-E4VhLkBl4kFg/OpOc050jIPQHEznxjMp22PIxDhVMIU=";
hash = "sha256-txKeUf19l/BJZoQCLpMP31u0DBPlPHxrSqzASC3DPIw=";
};
patches = [ ./add-qt-plugin-path-to-env.patch ];