eartag: 0.6.1 -> 0.6.3

This commit is contained in:
seth
2024-12-16 04:36:52 -05:00
parent a4262db828
commit 86eba958d5
+2 -2
View File
@@ -21,7 +21,7 @@
python3Packages.buildPythonApplication rec {
pname = "eartag";
version = "0.6.1";
version = "0.6.3";
format = "other";
src = fetchFromGitLab {
@@ -29,7 +29,7 @@ python3Packages.buildPythonApplication rec {
owner = "World";
repo = pname;
rev = version;
hash = "sha256-CAJz9p1PJxq3VDxzZEHD860xINCQF722bPaf7psNztY=";
hash = "sha256-eo6Vboo2Kn39M0r1OeqRFG3ug6frxzMKler5qT9KysY=";
};
postPatch = ''