Skip to content

Commit

Permalink
refine: 0.4.4 -> 0.5.2
Browse files Browse the repository at this point in the history
(cherry picked from commit 85e6335)
  • Loading branch information
r-ryantm authored and github-actions[bot] committed Mar 8, 2025
1 parent efa54e7 commit 2499006
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/re/refine/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ in

python3Packages.buildPythonApplication rec {
pname = "refine";
version = "0.4.4";
version = "0.5.2";
pyproject = false; # uses meson

src = fetchFromGitLab {
domain = "gitlab.gnome.org";
owner = "TheEvilSkeleton";
repo = "Refine";
tag = version;
hash = "sha256-39fbUJpNON0aALT/pb18/m9hStue4TxkrAsHymEpy5I=";
hash = "sha256-G1G9uuch7kdqWvSfCSOgb9o67da7spNKnnka47k4/rY=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 2499006

Please sign in to comment.