qmake2cmake: 1.0.2 -> 1.0.3

This commit is contained in:
Weijia Wang 2023-03-17 08:31:12 +02:00
parent a8fa8c2e90
commit 18f223818f

View File

@ -3,18 +3,19 @@
, fetchgit
, packaging
, portalocker
, pyparsing
, sympy
, pytestCheckHook
}:
buildPythonPackage rec {
pname = "qmake2cmake";
version = "1.0.2";
version = "1.0.3";
src = fetchgit {
url = "https://codereview.qt-project.org/qt/qmake2cmake";
rev = "v${version}";
hash = "sha256-Ibi7tIaMI44POfoRfKsgTMR3u+Li5UzeHBUNylnc9dw=";
hash = "sha256-HzbygFmnKq3E2eEdWCFa4z9Qszfck7dJm2Z5s+il4I0=";
};
patches = [
@ -24,6 +25,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
packaging
portalocker
pyparsing
sympy
];