python3Packages.uxsim: 1.3.1 -> 1.4.0

This commit is contained in:
Vinny Meller 2024-07-30 22:26:56 -04:00
parent 6af099e160
commit 0e844071c4
No known key found for this signature in database
GPG Key ID: 36CBEC89D5C8540C

View File

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