Commit f267d06c authored by R. RyanTM's avatar R. RyanTM
Browse files

boxflat: 1.31.0 -> 1.32.0

parent 047f31d2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,14 +13,14 @@

python3Packages.buildPythonPackage rec {
  pname = "boxflat";
  version = "1.31.0";
  version = "1.32.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Lawstorant";
    repo = "boxflat";
    tag = "v${version}";
    hash = "sha256-2x7voGnbvaUg1G2SfdjD0QPVXolHkUcrwGyoclnOLMo=";
    hash = "sha256-zxaBz2ooo+h3a9svtC+j23EhpH8TTQIxjdRDCnhAvJ4=";
  };

  build-system = [ python3Packages.setuptools ];