Commit 71199c4a authored by Robert Schütz's avatar Robert Schütz
Browse files
parent 840b0698
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@

python3.pkgs.buildPythonApplication rec {
  pname = "txt2tags";
  version = "3.8";
  version = "3.9";

  format = "setuptools";

@@ -13,7 +13,7 @@ python3.pkgs.buildPythonApplication rec {
    owner = "txt2tags";
    repo = "txt2tags";
    rev = "refs/tags/${version}";
    hash = "sha256-urLsA2oeQM0WcKNDgaxKJOgBPGohJT6Zq6y6bEYMTxk=";
    hash = "sha256-PwPGJJg79ny13gEb1WmgIVHcXQppI/j5mhIyOZjR19k=";
  };

  postPatch = ''