python3Packages.uxsim: 1.3.1 -> 1.4.0
This commit is contained in:
parent
6af099e160
commit
0e844071c4
@ -17,14 +17,14 @@
|
|||||||
}:
|
}:
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "uxsim";
|
pname = "uxsim";
|
||||||
version = "1.3.1";
|
version = "1.4.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-74iNsRtEmpE+i4FeKCXrqczdMP9u4mVt6eyF/4RXZfU=";
|
hash = "sha256-cWtBmBmrQTruRZ8n8O6i9LGlHMR5UvRhcOICvwP383M=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./add-qt-plugin-path-to-env.patch ];
|
patches = [ ./add-qt-plugin-path-to-env.patch ];
|
||||||
|
Loading…
Reference in New Issue
Block a user