Unverified Commit 858ef7ca authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

[Backport release-25.11] refine: 0.6.0 -> 0.6.3 (#465465)

parents 3c8c14d5 eb1fbe36
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 = [