forked from mirrors/nixpkgs
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:
commit
cae82f600a
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue