refine: 0.4.4 -> 0.5.2

This commit is contained in:
R. Ryantm
2025-03-08 00:17:06 +00:00
parent d95b40ed10
commit 85e6335e09
+2 -2
View File
@@ -34,7 +34,7 @@ in
python3Packages.buildPythonApplication rec {
pname = "refine";
version = "0.4.4";
version = "0.5.2";
pyproject = false; # uses meson
src = fetchFromGitLab {
@@ -42,7 +42,7 @@ python3Packages.buildPythonApplication rec {
owner = "TheEvilSkeleton";
repo = "Refine";
tag = version;
hash = "sha256-39fbUJpNON0aALT/pb18/m9hStue4TxkrAsHymEpy5I=";
hash = "sha256-G1G9uuch7kdqWvSfCSOgb9o67da7spNKnnka47k4/rY=";
};
nativeBuildInputs = [