Unverified Commit 86eba958 authored by seth's avatar seth
Browse files

eartag: 0.6.1 -> 0.6.3

parent a4262db8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = ''