python3Packages.pyparsing: 3.0.6 -> 3.0.7

This commit is contained in:
Martin Weinelt 2022-03-02 22:42:16 +01:00
parent cb705d19a5
commit a25417511c

View file

@ -11,13 +11,13 @@
let
pyparsing = buildPythonPackage rec {
pname = "pyparsing";
version = "3.0.6";
version = "3.0.7";
src = fetchFromGitHub {
owner = "pyparsing";
repo = pname;
rev = "pyparsing_${version}";
sha256 = "0n89ky7rx5yg09ssji8liahnyxip08hz7syc2k4pmlgs4978181a";
sha256 = "sha256-RyvTTbFshAZgyZPgzqcq31E504RlnMZuf16jJYGqDDI=";
};
# circular dependencies if enabled by default