boxflat: 1.27.1 -> 1.28.4 (#388369)

Co-authored-by: DaRacci <me@racci.dev>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-03-09 06:31:47 +00:00
committed by GitHub
co-authored by DaRacci
+2 -2
View File
@@ -13,14 +13,14 @@
python3Packages.buildPythonPackage rec {
pname = "boxflat";
version = "1.27.1";
version = "1.28.4";
pyproject = true;
src = fetchFromGitHub {
owner = "Lawstorant";
repo = "boxflat";
tag = "v${version}";
hash = "sha256-W+pnoSyTJS+ORb8vHX4QXOxkDskTb7X2cv6WyU3ctGQ=";
hash = "sha256-szKGrP+z0HsCV/FhhKPlOMcb6LkQhOA1pZfwR86xa3Y=";
};
build-system = [ python3Packages.setuptools ];