Unverified Commit 41b2f7e5 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

refine: 0.6.0 -> 0.6.3 (#463020)

parents 7d6024a4 981a1932
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 = [