python312Packages.uxsim: 1.3.0 -> 1.3.1

This commit is contained in:
R. Ryantm 2024-07-20 15:50:52 +00:00
parent b098e0c792
commit ee487ff8d6

View File

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