boxflat: 1.34.2 -> 1.34.2-1 (#432934)

Co-authored-by: DaRacci <me@racci.dev>

authored by nixpkgs-merge-bot[bot] DaRacci and committed by GitHub b787088a 80b43add

+2 -2
+2 -2
pkgs/by-name/bo/boxflat/package.nix
··· 14 15 python3Packages.buildPythonPackage rec { 16 pname = "boxflat"; 17 - version = "1.34.2"; 18 pyproject = true; 19 20 src = fetchFromGitHub { 21 owner = "Lawstorant"; 22 repo = "boxflat"; 23 tag = "v${version}"; 24 - hash = "sha256-u1rhZfYCQC0qm79cMCCBvlHC4F9rwkL6X72rylPhJwE="; 25 }; 26 27 build-system = [ python3Packages.setuptools ];
··· 14 15 python3Packages.buildPythonPackage rec { 16 pname = "boxflat"; 17 + version = "1.34.2-1"; 18 pyproject = true; 19 20 src = fetchFromGitHub { 21 owner = "Lawstorant"; 22 repo = "boxflat"; 23 tag = "v${version}"; 24 + hash = "sha256-A18YhQp4USFQ4xoyR1Zc0o0fs5mVFVrvfbdPWvo1NXw="; 25 }; 26 27 build-system = [ python3Packages.setuptools ];