Merge pull request #328690 from r-ryantm/auto-update/python312Packages.uxsim

python312Packages.uxsim: 1.3.0 -> 1.3.1
This commit is contained in:
OTABI Tomoya 2024-07-27 14:06:19 +09:00 committed by GitHub
commit b77a4fa737
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];