Unverified Commit 3337d014 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

python3Packages.fast-simplification: 0.1.12 -> 0.1.13 (#474044)

parents fee36547 96b8b69a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,14 +13,14 @@

buildPythonPackage rec {
  pname = "fast-simplification";
  version = "0.1.12";
  version = "0.1.13";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "pyvista";
    repo = "fast-simplification";
    tag = "v${version}";
    hash = "sha256-OhVJKYmJR+A6JDaM/7Bfkc4PNlhsc6NgRNU+SokCg1U=";
    hash = "sha256-MgAOGB4wJQ68GyotaxiR9Xdho+TckHKEglQvCE2TWVY=";
  };

  build-system = [