Unverified Commit d2ed2cbf authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.fenics-ffcx: 0.10.0 -> 0.10.1 (#461263)

parents 467d8cf6 81b99972
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,14 +15,14 @@

buildPythonPackage rec {
  pname = "fenics-ffcx";
  version = "0.10.0";
  version = "0.10.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "fenics";
    repo = "ffcx";
    tag = "v${version}";
    hash = "sha256-i8fawnXWxIHfOvb0nK4/bzhrzfRJJACMCkFZKtdUwkU=";
    hash = "sha256-7UkTuSsGT+/RUUP6vpdTa01MSM53Ky6jodrVPoJCOIg=";
  };

  pythonRelaxDeps = [