eartag: 0.6.4 -> 0.6.5

This commit is contained in:
Seth Flynn
2025-03-23 21:45:20 -04:00
parent e77c31fbab
commit 3a80ae68d6
+2 -2
View File
@@ -22,7 +22,7 @@
python3Packages.buildPythonApplication rec {
pname = "eartag";
version = "0.6.4";
version = "0.6.5";
format = "other";
src = fetchFromGitLab {
@@ -30,7 +30,7 @@ python3Packages.buildPythonApplication rec {
owner = "World";
repo = pname;
rev = version;
hash = "sha256-K93sj84MdDCQgIMghkjpGIieSrlnlQiw85JSgggRlf4=";
hash = "sha256-sxVivQppX8KdkvHaW6xQ64Wi8Nfv5Rmwf4NADBDpOOo=";
};
postPatch = ''