boxflat: 1.31.0 -> 1.32.0 (#415179)

Co-authored-by: DaRacci <me@racci.dev>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-06-09 04:25:21 +00:00
committed by GitHub
co-authored by DaRacci
+2 -2
View File
@@ -13,14 +13,14 @@
python3Packages.buildPythonPackage rec {
pname = "boxflat";
version = "1.31.0";
version = "1.32.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Lawstorant";
repo = "boxflat";
tag = "v${version}";
hash = "sha256-2x7voGnbvaUg1G2SfdjD0QPVXolHkUcrwGyoclnOLMo=";
hash = "sha256-zxaBz2ooo+h3a9svtC+j23EhpH8TTQIxjdRDCnhAvJ4=";
};
build-system = [ python3Packages.setuptools ];