python3Packages.python-flirt: 0.9.7 -> 0.9.10 (#489502)

This commit is contained in:
Nick Cao
2026-02-11 23:40:01 +00:00
committed by GitHub
2 changed files with 504 additions and 273 deletions
File diff suppressed because it is too large Load Diff
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "python-flirt";
version = "0.9.7";
version = "0.9.10";
pyproject = true;
src = fetchFromGitHub {
owner = "williballenthin";
repo = "lancelot";
rev = "v${version}";
hash = "sha256-IgkfUkVsJyAsqH+L9GBdTQI1ure4k8mVLLWHj7AFDj8=";
hash = "sha256-fZZTEBkpCE5L4efcNGzAuxCWgOSqc2r77F5U6kpMU6M=";
};
postPatch = ''