Unverified Commit c1a720ca authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

penelope: 0.14.8 -> 0.14.14 (#471548)

parents 16f09dd7 c047671c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "penelope";
  version = "0.14.8";
  version = "0.14.14";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "brightio";
    repo = "penelope";
    tag = "v${version}";
    hash = "sha256-m4EYP1lKte8r9Xa/xAuv6aiwMNha+B8HXUCizH0JgmI=";
    hash = "sha256-rSZkktq/XtlDV/bHC7ad4uhOzT3cnCxrHX7NH1t9cO0=";
  };

  postPatch = ''