boxflat: 1.31.0 -> 1.32.0

This commit is contained in:
R. Ryantm 2025-06-09 03:01:44 +00:00
parent 047f31d25b
commit f267d06cf7

View file

@ -13,14 +13,14 @@
python3Packages.buildPythonPackage rec { python3Packages.buildPythonPackage rec {
pname = "boxflat"; pname = "boxflat";
version = "1.31.0"; version = "1.32.0";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Lawstorant"; owner = "Lawstorant";
repo = "boxflat"; repo = "boxflat";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-2x7voGnbvaUg1G2SfdjD0QPVXolHkUcrwGyoclnOLMo="; hash = "sha256-zxaBz2ooo+h3a9svtC+j23EhpH8TTQIxjdRDCnhAvJ4=";
}; };
build-system = [ python3Packages.setuptools ]; build-system = [ python3Packages.setuptools ];