Commit 981a1932 authored by R. RyanTM's avatar R. RyanTM
Browse files

refine: 0.6.0 -> 0.6.3

parent 0b6cd52c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@

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

  src = fetchFromGitLab {
@@ -29,7 +29,7 @@ python3Packages.buildPythonApplication rec {
    owner = "TheEvilSkeleton";
    repo = "Refine";
    tag = version;
    hash = "sha256-EomhAJORgVBwBb6CUAKAW82SoRwN9CBCyI0nLuO9ii0=";
    hash = "sha256-0FxnohwqAu7UW1e0kBNk8rFv2q736qlmFFhce2BNLdQ=";
  };

  nativeBuildInputs = [