Skip to content

Commit

Permalink
eartag: 0.6.1 -> 0.6.3 (#365546)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksanaa authored Dec 17, 2024
2 parents b75e8d6 + 86eba95 commit 9612fba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ea/eartag/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@

python3Packages.buildPythonApplication rec {
pname = "eartag";
version = "0.6.1";
version = "0.6.3";
format = "other";

src = fetchFromGitLab {
domain = "gitlab.gnome.org";
owner = "World";
repo = pname;
rev = version;
hash = "sha256-CAJz9p1PJxq3VDxzZEHD860xINCQF722bPaf7psNztY=";
hash = "sha256-eo6Vboo2Kn39M0r1OeqRFG3ug6frxzMKler5qT9KysY=";
};

postPatch = ''
Expand Down

0 comments on commit 9612fba

Please sign in to comment.