Unverified Commit 32b3133b authored by Seth Flynn's avatar Seth Flynn Committed by GitHub
Browse files

refine: 0.4.2 -> 0.4.4 (#380415)

parents 32aaedff 3cb3f93a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ in

python3Packages.buildPythonApplication rec {
  pname = "refine";
  version = "0.4.3";
  version = "0.4.4";
  pyproject = false; # uses meson

  src = fetchFromGitLab {
@@ -42,7 +42,7 @@ python3Packages.buildPythonApplication rec {
    owner = "TheEvilSkeleton";
    repo = "Refine";
    tag = version;
    hash = "sha256-WFajNhTXFqZUYLXumcnDM2pfmKye8p7h6L+BS1orEgs=";
    hash = "sha256-39fbUJpNON0aALT/pb18/m9hStue4TxkrAsHymEpy5I=";
  };

  nativeBuildInputs = [