Merge pull request #103353 from Synthetica9/codebraid-2020-08-14
codebraid: 0.5.0-unstable-2020-07-01 -> 0.5.0-unstable-2020-08-14
This commit is contained in:
commit
b31d1b436a
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "codebraid";
|
pname = "codebraid";
|
||||||
version = "0.5.0-unstable-2020-07-01";
|
version = "0.5.0-unstable-2020-08-14";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "gpoore";
|
owner = "gpoore";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "c7962587e7f1e619b5dcf9a5e901eb7042520b00";
|
rev = "526a223c4fc32c37d6c5c9133524dfa0e1811ca4";
|
||||||
sha256 = "1f31yaiwc33ivjbipym7sggsqwqxn70kgf9dixi8392pk70jzq6p";
|
sha256 = "0qkqaj49k584qzgx9jlsf5vlv4lq7x403s1kig8v87i0kgh55p56";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with python3Packages; [ bespon ];
|
propagatedBuildInputs = with python3Packages; [ bespon ];
|
||||||
|
Loading…
Reference in New Issue
Block a user