python312Packages.uxsim: 1.6.0 -> 1.7.0 (#347588)

This commit is contained in:
Nick Cao
2024-10-10 18:41:05 -04:00
committed by GitHub
@@ -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 ];