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
commit 33b17b2581
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 ];