python3Packages.pyflipper: 0.21 -> 0.22

This commit is contained in:
Ben Siraphob
2026-07-22 12:04:53 -07:00
parent 03efb9e853
commit 9d913ca866
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "pyflipper";
version = "0.21";
version = "0.22";
pyproject = true;
src = fetchFromGitHub {
owner = "wh00hw";
repo = "pyFlipper";
tag = "v${version}";
hash = "sha256-IMd9RzGblfsyDH4TC+ip5a2zx4gzXbzjIaWMldEy5xk=";
hash = "sha256-dLJxhbWKBRL6MGGXPfgY2cKS/IwxCMM7y73Iak+Sdo0=";
};
build-system = [ setuptools ];