Commit 81b99972 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.fenics-ffcx: 0.10.0 -> 0.10.1

parent 61630d4a
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 = [