We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77fa9b8 commit 3cb3f93Copy full SHA for 3cb3f93
pkgs/by-name/re/refine/package.nix
@@ -34,15 +34,15 @@ in
34
35
python3Packages.buildPythonApplication rec {
36
pname = "refine";
37
- version = "0.4.3";
+ version = "0.4.4";
38
pyproject = false; # uses meson
39
40
src = fetchFromGitLab {
41
domain = "gitlab.gnome.org";
42
owner = "TheEvilSkeleton";
43
repo = "Refine";
44
tag = version;
45
- hash = "sha256-WFajNhTXFqZUYLXumcnDM2pfmKye8p7h6L+BS1orEgs=";
+ hash = "sha256-39fbUJpNON0aALT/pb18/m9hStue4TxkrAsHymEpy5I=";
46
};
47
48
nativeBuildInputs = [
0 commit comments