Unverified Commit e76630cf authored by Ben Siraphob's avatar Ben Siraphob Committed by GitHub
Browse files

Merge pull request #201205 from r-ryantm/auto-update/twtxt

parents a79738ad a42a85fd
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildPythonApplication rec {
  pname = "twtxt";
  version = "1.2.3";
  version = "1.3.1";

  src = fetchFromGitHub {
    owner = "buckket";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-AdM95G2Vz3UbVPI7fs8/D78BMxscbTGrCpIyyHzSmho=";
    rev = "refs/tags/v${version}";
    sha256 = "sha256-CbFh1o2Ijinfb8X+h1GP3Tp+8D0D3/Czt/Uatd1B4cw=";
  };

  # Relax some dependencies