boxflat: 1.34.2-1 -> 1.34.4 (#438498)

This commit is contained in:
nixpkgs-merge-bot[bot]
2025-08-30 04:12:16 +00:00
committed by GitHub
+2 -2
View File
@@ -14,14 +14,14 @@
python3Packages.buildPythonPackage rec {
pname = "boxflat";
version = "1.34.2-1";
version = "1.34.4";
pyproject = true;
src = fetchFromGitHub {
owner = "Lawstorant";
repo = "boxflat";
tag = "v${version}";
hash = "sha256-A18YhQp4USFQ4xoyR1Zc0o0fs5mVFVrvfbdPWvo1NXw=";
hash = "sha256-QuBGEOAMVR70JDpD1VVASuCJJdwbWDzK8qmo/BOOua0=";
};
build-system = [ python3Packages.setuptools ];