python312Packages.uxsim: 1.4.0 -> 1.5.0

This commit is contained in:
R. Ryantm 2024-08-20 18:12:52 +00:00
parent 625941e1a9
commit 7f1714c861

View File

@ -17,14 +17,14 @@
}:
buildPythonPackage rec {
pname = "uxsim";
version = "1.4.0";
version = "1.5.0";
pyproject = true;
src = fetchFromGitHub {
owner = "toruseo";
repo = "UXsim";
rev = "refs/tags/v${version}";
hash = "sha256-cWtBmBmrQTruRZ8n8O6i9LGlHMR5UvRhcOICvwP383M=";
hash = "sha256-hZjyUKDzI8AZW8OFC+RKbJNt8qXuHjTX9STYJTWszF4=";
};
patches = [ ./add-qt-plugin-path-to-env.patch ];