Merge pull request #257894 from chewblacka/update-codebraid
codebraid: 0.5.0 -> 0.11.0
This commit is contained in:
commit
4c56e390e8
1 changed files with 5 additions and 3 deletions
|
@ -2,15 +2,17 @@
|
||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "codebraid";
|
pname = "codebraid";
|
||||||
version = "0.5.0-unstable-2020-08-14";
|
version = "0.11.0";
|
||||||
|
format = "pyproject";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "gpoore";
|
owner = "gpoore";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "526a223c4fc32c37d6c5c9133524dfa0e1811ca4";
|
rev = "v${version}";
|
||||||
sha256 = "0qkqaj49k584qzgx9jlsf5vlv4lq7x403s1kig8v87i0kgh55p56";
|
hash = "sha256-E9vzGK9ZEVwF+UBpSkdM+hm6vINen/A+LgnnPpc77QQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nativeBuildInputs = with python3Packages; [ setuptools ];
|
||||||
propagatedBuildInputs = with python3Packages; [ bespon ];
|
propagatedBuildInputs = with python3Packages; [ bespon ];
|
||||||
# unfortunately upstream doesn't contain tests
|
# unfortunately upstream doesn't contain tests
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
|
|
Loading…
Reference in a new issue