forked from mirrors/nixpkgs
corrscope: 0.8.0 -> 0.8.1
This commit is contained in:
parent
a7d4c1713c
commit
406e24aa19
|
@ -9,23 +9,23 @@
|
||||||
|
|
||||||
mkDerivationWith python3Packages.buildPythonApplication rec {
|
mkDerivationWith python3Packages.buildPythonApplication rec {
|
||||||
pname = "corrscope";
|
pname = "corrscope";
|
||||||
version = "0.8.0";
|
version = "0.8.1";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "corrscope";
|
owner = "corrscope";
|
||||||
repo = "corrscope";
|
repo = "corrscope";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1wdla4ryif1ss37aqi61lcvzddvf568wyh5s3xv1lrryh4al9vpd";
|
sha256 = "sha256-pS7upOYZAjgR3lWxny8TNZEj3Rrbg+L90ANZWFO9UPQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonRelaxDeps = [ "attrs" ];
|
pythonRelaxDeps = [ "attrs" ];
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
python3Packages.pythonRelaxDepsHook
|
|
||||||
wrapQtAppsHook
|
wrapQtAppsHook
|
||||||
] ++ (with python3Packages; [
|
] ++ (with python3Packages; [
|
||||||
poetry-core
|
poetry-core
|
||||||
|
pythonRelaxDepsHook
|
||||||
]);
|
]);
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
@ -35,6 +35,7 @@ mkDerivationWith python3Packages.buildPythonApplication rec {
|
||||||
|
|
||||||
propagatedBuildInputs = with python3Packages; [
|
propagatedBuildInputs = with python3Packages; [
|
||||||
appdirs
|
appdirs
|
||||||
|
appnope
|
||||||
atomicwrites
|
atomicwrites
|
||||||
attrs
|
attrs
|
||||||
click
|
click
|
||||||
|
|
Loading…
Reference in a new issue