boxflat: 1.30.0 -> 1.30.1 (#408581)

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

authored by nixpkgs-merge-bot[bot] DaRacci and committed by GitHub 7db470b1 59eeb8e8

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