refine: 0.4.2 -> 0.4.4

This commit is contained in:
R. Ryantm 2025-02-08 17:47:33 +00:00 committed by Seth Flynn
parent 77fa9b848e
commit 3cb3f93aef
No known key found for this signature in database
GPG Key ID: D31BD0D494BBEE86

View File

@ -34,7 +34,7 @@ in
python3Packages.buildPythonApplication rec {
pname = "refine";
version = "0.4.3";
version = "0.4.4";
pyproject = false; # uses meson
src = fetchFromGitLab {
@ -42,7 +42,7 @@ python3Packages.buildPythonApplication rec {
owner = "TheEvilSkeleton";
repo = "Refine";
tag = version;
hash = "sha256-WFajNhTXFqZUYLXumcnDM2pfmKye8p7h6L+BS1orEgs=";
hash = "sha256-39fbUJpNON0aALT/pb18/m9hStue4TxkrAsHymEpy5I=";
};
nativeBuildInputs = [