refine: 0.5.7 -> 0.5.8

This commit is contained in:
R. Ryantm
2025-04-28 17:05:26 +00:00
parent 917ee0af83
commit a14cf94e8f
+2 -2
View File
@@ -35,7 +35,7 @@ in
python3Packages.buildPythonApplication rec {
pname = "refine";
version = "0.5.7";
version = "0.5.8";
pyproject = false; # uses meson
src = fetchFromGitLab {
@@ -43,7 +43,7 @@ python3Packages.buildPythonApplication rec {
owner = "TheEvilSkeleton";
repo = "Refine";
tag = version;
hash = "sha256-Ew/FCCJxgc5ybc/o6tEYP65G24sEmVLoeMTu9/cCjVQ=";
hash = "sha256-56aJQAeLpecoq7lcw2Cgd8XzpO0mXv+lBG+Qv28Ae1I=";
};
nativeBuildInputs = [