Unverified Commit adadf14f authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

persepolis: 5.0.2 -> 5.1.0 (#399977)

parents 75c70069 65d66ffb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,14 +14,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "persepolis";
  version = "5.0.2";
  version = "5.1.0";
  format = "other";

  src = fetchFromGitHub {
    owner = "persepolisdm";
    repo = "persepolis";
    tag = version;
    hash = "sha256-n8hMf+odUkL6cXYeh+SFmR4raI4RrmqzjEm5n/MpxHQ=";
    hash = "sha256-viRRPccw0C1GmZFXWAtg008HfDmnTwEjg2TqVlIiICY=";
  };

  postPatch = ''