Unverified Commit 42548fa4 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

boxflat: 1.35.2 -> 1.35.3 (#467772)

parents a99f489a 1946cc6c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,14 +14,14 @@

python3Packages.buildPythonPackage rec {
  pname = "boxflat";
  version = "1.35.2";
  version = "1.35.3";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Lawstorant";
    repo = "boxflat";
    tag = "v${version}";
    hash = "sha256-7JIIFti8LHBIDBr+GywImlP2l3Ct/hq4pb5+2/q+F0k=";
    hash = "sha256-ayreXC73OLNpnwNuJe0ImC/ch5W+O0lnkuD31ztTqso=";
  };

  build-system = [ python3Packages.setuptools ];