refine: 0.5.9 -> 0.5.10 (#422298)

This commit is contained in:
Wolfgang Walther
2025-07-11 18:56:58 +00:00
committed by GitHub
+2 -2
View File
@@ -21,7 +21,7 @@
python3Packages.buildPythonApplication rec {
pname = "refine";
version = "0.5.9";
version = "0.5.10";
pyproject = false; # uses meson
src = fetchFromGitLab {
@@ -29,7 +29,7 @@ python3Packages.buildPythonApplication rec {
owner = "TheEvilSkeleton";
repo = "Refine";
tag = version;
hash = "sha256-jX2U6YZCvB8IxUHoByO4egqV40C/L/O8z7AIEYYHBRY=";
hash = "sha256-/CyenSdF0dZR6HLw9FTv+OhJfNg55/dGE9y1A1hbcPA=";
};
nativeBuildInputs = [