Skip to content

Commit f56e94b

Browse files
authoredMar 25, 2025
eartag: 0.6.4 -> 0.6.5 (#392584)
2 parents d9bcf92 + 3a80ae6 commit f56e94b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/by-name/ea/eartag/package.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222

2323
python3Packages.buildPythonApplication rec {
2424
pname = "eartag";
25-
version = "0.6.4";
25+
version = "0.6.5";
2626
format = "other";
2727

2828
src = fetchFromGitLab {
2929
domain = "gitlab.gnome.org";
3030
owner = "World";
3131
repo = pname;
3232
rev = version;
33-
hash = "sha256-K93sj84MdDCQgIMghkjpGIieSrlnlQiw85JSgggRlf4=";
33+
hash = "sha256-sxVivQppX8KdkvHaW6xQ64Wi8Nfv5Rmwf4NADBDpOOo=";
3434
};
3535

3636
postPatch = ''

0 commit comments

Comments
 (0)
Failed to load comments.