python38Packages.cpyparsing: 2.4.7.1.0.0 -> 2.4.7.1.1.0
This commit is contained in:
parent
a242082843
commit
cf04dbd558
1 changed files with 3 additions and 3 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "cpyparsing";
|
pname = "cpyparsing";
|
||||||
version = "2.4.7.1.0.0";
|
version = "2.4.7.1.1.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "evhub";
|
owner = "evhub";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "09073751d92cb40fb71c927c006baddc082df1db"; # No tags on repo
|
rev = "v${version}";
|
||||||
sha256 = "O9IdHipAxxbFcDFYNvmczue/wT4AF9Xb5uc3ZTAlTlo=";
|
sha256 = "1rqj89mb4dz0xk8djh506nrlqfqqdva9qgb5llrvvwjqv3vqnrj4";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cython ];
|
nativeBuildInputs = [ cython ];
|
||||||
|
|
Loading…
Reference in a new issue