python38Packages.cpyparsing: 2.4.7.1.0.0 -> 2.4.7.1.1.0

This commit is contained in:
R. Ryantm 2021-12-08 17:57:54 +00:00 committed by Fabián Heredia Montiel
parent a242082843
commit cf04dbd558

View file

@ -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 ];