Merge pull request #330530 from r-ryantm/auto-update/corrscope
corrscope: 0.9.1 -> 0.10.0
This commit is contained in:
commit
e9c62b0f84
@ -10,14 +10,14 @@
|
|||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "corrscope";
|
pname = "corrscope";
|
||||||
version = "0.9.1";
|
version = "0.10.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "corrscope";
|
owner = "corrscope";
|
||||||
repo = "corrscope";
|
repo = "corrscope";
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-SKsPe68CNaoUzGjMZn4azGFM3SbBipHK8gJcrm4+T+I=";
|
hash = "sha256-hyLCygaSWMQd+UJ/Ijgk9C+3O/r5x0aaW/x9PoojDIg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonRelaxDeps = [ "attrs" "ruamel.yaml" ];
|
pythonRelaxDeps = [ "attrs" "ruamel.yaml" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user