Merge pull request #279607 from r-ryantm/auto-update/python310Packages.bite-parser

python310Packages.bite-parser: 0.2.3 -> 0.2.4
This commit is contained in:
Robert Schütz 2024-01-09 13:31:48 +01:00 committed by GitHub
commit cae82f600a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "bite-parser";
version = "0.2.3";
version = "0.2.4";
disabled = pythonOlder "3.8";
@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "bite_parser";
inherit version;
hash = "sha256-5ZdmOhnxpBI4XGgT4n8JEriqOEkiUZ1Cc96/pyluhe4=";
hash = "sha256-Uq2FDoo5gztMRqtdkKYX0RULhjFgy+DeujC6BTZ3CZI=";
};
nativeBuildInputs = [