python312Packages.uxsim: 1.6.0 -> 1.7.0

This commit is contained in:
R. Ryantm
2024-10-09 19:54:43 +00:00
parent eb9f4a34ae
commit 143224d4e5
@@ -17,14 +17,14 @@
}:
buildPythonPackage rec {
pname = "uxsim";
version = "1.6.0";
version = "1.7.0";
pyproject = true;
src = fetchFromGitHub {
owner = "toruseo";
repo = "UXsim";
rev = "refs/tags/v${version}";
hash = "sha256-+nJsP/XAp6F7LZQI559rI3OCFnMTXJ4eFKEEJyEDHDg=";
hash = "sha256-FZ8eGA3sSKaUqAd+jTlIIZDeEoXeqdpsSgJ+ZHuWyJM=";
};
patches = [ ./add-qt-plugin-path-to-env.patch ];