Unverified Commit f56e94b1 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

eartag: 0.6.4 -> 0.6.5 (#392584)

parents d9bcf926 3a80ae68
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = ''