python312Packages.uxsim: 1.7.0 -> 1.7.1

This commit is contained in:
R. Ryantm 2024-11-29 17:06:17 +00:00
parent b8d9c3b2ad
commit 1ddee49c20

View File

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