refine: 0.6.3 -> 0.7.0

This commit is contained in:
R. Ryantm
2026-02-08 14:46:56 +01:00
committed by Weijia Wang
parent 99e04269c7
commit e481f02752
+2 -2
View File
@@ -21,7 +21,7 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "refine";
version = "0.6.3";
version = "0.7.0";
pyproject = false; # uses meson
src = fetchFromGitLab {
@@ -29,7 +29,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
owner = "TheEvilSkeleton";
repo = "Refine";
tag = finalAttrs.version;
hash = "sha256-0FxnohwqAu7UW1e0kBNk8rFv2q736qlmFFhce2BNLdQ=";
hash = "sha256-5rHct0GXsdjeG+wXxtDKXWBTCphhOCojuR2ExXrZyWA=";
};
nativeBuildInputs = [