codebraid: 0.5.0-unstable-2019-12-11 -> 0.5.0-unstable-2020-07-01
This commit is contained in:
parent
a1121c1286
commit
b61762310d
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "codebraid";
|
pname = "codebraid";
|
||||||
version = "0.5.0-unstable-2019-12-11";
|
version = "0.5.0-unstable-2020-07-01";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "gpoore";
|
owner = "gpoore";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "fac1b29";
|
rev = "c7962587e7f1e619b5dcf9a5e901eb7042520b00";
|
||||||
sha256 = "0ldfrkkip7i1fdyz1iydyik3mhm0xv0jvxnl37r7g707dl38vf3h";
|
sha256 = "1f31yaiwc33ivjbipym7sggsqwqxn70kgf9dixi8392pk70jzq6p";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with python3Packages; [ bespon ];
|
propagatedBuildInputs = with python3Packages; [ bespon ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user