python313Packages.pyparsing: 3.2.1 -> 3.2.3
https://github.com/pyparsing/pyparsing/compare/refs/tags/3.2.1...3.2.3
This commit is contained in:
@@ -11,14 +11,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyparsing";
|
||||
version = "3.2.1";
|
||||
version = "3.2.3";
|
||||
format = "pyproject";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "pyparsing";
|
||||
repo = pname;
|
||||
tag = version;
|
||||
hash = "sha256-o2Bh5fQHjo8sanHiQiDorAfgu7lVhMNvfHkuml7u2Uo=";
|
||||
hash = "sha256-irRSylY16Vcm2zsue1Iv+1eqYGZSAqhkqHrdjdhznlM=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ flit-core ];
|
||||
|
||||
Reference in New Issue
Block a user