Unverified Commit 694c2429 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

python3Packages.esper: 3.3 -> 3.7 (#485520)

parents f5cb7138 114d9077
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

buildPythonPackage (finalAttrs: {
  pname = "esper";
  version = "3.3";
  version = "3.7";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "benmoran56";
    repo = "esper";
    tag = "v${finalAttrs.version}";
    hash = "sha256-DZAF2B40ulSn2MQadklT32Svcm1j0e/hIxrxISO07TI=";
    hash = "sha256-dOeF1CyWcR1wLjO0rTjBq6piJN8QXae4dBK4akdQIjk=";
  };

  build-system = [ flit-core ];