Commit 473bf6de authored by Gabriel Arazas's avatar Gabriel Arazas
Browse files

eartag: 0.4.2 -> 0.4.3

parent 46e52862
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@

python3Packages.buildPythonApplication rec {
  pname = "eartag";
  version = "0.4.2";
  version = "0.4.3";
  format = "other";

  src = fetchFromGitLab {
@@ -26,7 +26,7 @@ python3Packages.buildPythonApplication rec {
    owner = "World";
    repo = pname;
    rev = version;
    hash = "sha256-sLnZPn4pi+sRcDW0f5NHiZaxmnf9xGZnbKYWrCNQsY4=";
    hash = "sha256-0nkaKLkUnJiNTs7/qe+c4Lkst/ItHD1RKAERCo2O2ms=";
  };

  postPatch = ''