refine: 0.6.0 -> 0.6.3

This commit is contained in:
R. Ryantm
2025-11-25 16:15:50 +00:00
parent 0b6cd52cdf
commit 981a193275
+2 -2
View File
@@ -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 = [