diff options
| author | Seth Flynn <getchoo@tuta.io> | 2025-04-03 18:37:07 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-04-04 21:32:58 +0000 |
| commit | ec7d3d1e7b9c0dcd28ae4409e344d6aa9f49fea2 (patch) | |
| tree | 72b1062dc8a27dcd695d0a4773b2c66b1daaaecc | |
| parent | [Backport release-24.11] lockbook: 0.9.20 -> 0.9.21 (#395773) (diff) | |
| download | nixpkgs-ec7d3d1e7b9c0dcd28ae4409e344d6aa9f49fea2.tar.gz | |
refine: 0.5.5 -> 0.5.6
Diff: https://gitlab.gnome.org/TheEvilSkeleton/Refine/-/compare/0.5.5..0.5.6
(cherry picked from commit e910c0a547ecf1c4202fc2b2d49a066568af8da0)
| -rw-r--r-- | pkgs/by-name/re/refine/package.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/re/refine/package.nix b/pkgs/by-name/re/refine/package.nix index 833e838a518e..28be2652143c 100644 --- a/pkgs/by-name/re/refine/package.nix +++ b/pkgs/by-name/re/refine/package.nix @@ -34,7 +34,7 @@ in python3Packages.buildPythonApplication rec { pname = "refine"; - version = "0.5.5"; + version = "0.5.6"; pyproject = false; # uses meson src = fetchFromGitLab { @@ -42,7 +42,7 @@ python3Packages.buildPythonApplication rec { owner = "TheEvilSkeleton"; repo = "Refine"; tag = version; - hash = "sha256-b2dNhd5UJqH/l5BOEgcOUZrhCZa8ErdBzNw5g4VjtM8="; + hash = "sha256-cIJWTzeLm2YP8Pm/nzcYHIGzBOmQlPe0lQ+b6BufIMg="; }; nativeBuildInputs = [ |
