Skip to content

Commit 41b7d4c

Browse files
authored
refine: 0.4.0 -> 0.4.2 (#377261)
2 parents 2af70ef + 2736785 commit 41b7d4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/re/refine/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ in
3434

3535
python3Packages.buildPythonApplication rec {
3636
pname = "refine";
37-
version = "0.4.0";
37+
version = "0.4.2";
3838
pyproject = false; # uses meson
3939

4040
src = fetchFromGitLab {
4141
domain = "gitlab.gnome.org";
4242
owner = "TheEvilSkeleton";
4343
repo = "Refine";
4444
tag = version;
45-
hash = "sha256-dgp2a/+Du2mEPQ4EPmOPvKsklrWI2zD1rPJnhE7LetQ=";
45+
hash = "sha256-5oXLcmj0ZWYaCP93S+tSTqFn+XnrUkE/VwiA3ufvSQ0=";
4646
};
4747

4848
nativeBuildInputs = [

0 commit comments

Comments
 (0)