Merge pull request #221606 from wegank/qmake2cmake-bump

qmake2cmake: 1.0.2 -> 1.0.3
This commit is contained in:
Weijia Wang 2023-03-19 21:10:07 +02:00 committed by GitHub
commit 704fe52ed2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
];