mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
qmake2cmake: 1.0.2 -> 1.0.3
This commit is contained in:
parent
a8fa8c2e90
commit
18f223818f
@ -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
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user