Unverified Commit 89528390 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

Merge pull request #315395 from Sigmanificient/esper-3.3

python312Packages.esper: 3.2 -> 3.3
parents bd10f5e4 83edd951
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

buildPythonPackage rec {
  pname = "esper";
  version = "3.2";
  version = "3.3";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "benmoran56";
    repo = "esper";
    rev = "refs/tags/v${version}";
    hash = "sha256-oH3POxrQPge9BZHG5Y/n9/sWjiCA19mqpoCZfPM6BzA=";
    hash = "sha256-DZAF2B40ulSn2MQadklT32Svcm1j0e/hIxrxISO07TI=";
  };

  build-system = [ flit-core ];