python312Packages.uxsim: 1.5.0 -> 1.6.0
This commit is contained in:
parent
81f25b1083
commit
214b4806b5
@ -17,14 +17,14 @@
|
|||||||
}:
|
}:
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "uxsim";
|
pname = "uxsim";
|
||||||
version = "1.5.0";
|
version = "1.6.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "toruseo";
|
owner = "toruseo";
|
||||||
repo = "UXsim";
|
repo = "UXsim";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-hZjyUKDzI8AZW8OFC+RKbJNt8qXuHjTX9STYJTWszF4=";
|
hash = "sha256-+nJsP/XAp6F7LZQI559rI3OCFnMTXJ4eFKEEJyEDHDg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./add-qt-plugin-path-to-env.patch ];
|
patches = [ ./add-qt-plugin-path-to-env.patch ];
|
||||||
|
Loading…
Reference in New Issue
Block a user