lol

boxflat: 1.34.2-1 -> 1.34.4

R. Ryantm f7e6c0d5 d8f8b0d1

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