Skip to content

Commit 3cb3f93

Browse files
r-ryantmgetchoo
authored andcommitted
refine: 0.4.2 -> 0.4.4
1 parent 77fa9b8 commit 3cb3f93

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.3";
37+
version = "0.4.4";
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-WFajNhTXFqZUYLXumcnDM2pfmKye8p7h6L+BS1orEgs=";
45+
hash = "sha256-39fbUJpNON0aALT/pb18/m9hStue4TxkrAsHymEpy5I=";
4646
};
4747

4848
nativeBuildInputs = [

0 commit comments

Comments
 (0)