python3Packages.batinfo: 0.4.2 -> 2.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 16:42:20 +01:00
parent 9d122de088
commit d246e946ce
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "batinfo";
version = "0.4.2";
version = "2.0";
pyproject = true;
src = fetchFromGitHub {
owner = "nicolargo";
repo = "batinfo";
tag = "v${version}";
hash = "sha256-GgAJJA8bzQJLAU+nxmkDa5LFTHc4NGi+nj9PfKyw8/M=";
hash = "sha256-7oR8FRnl6reFHKPf49ZH3zQIjgOX1KTOxb3aCRNYOSg=";
};
postPatch = ''