Merge pull request #315395 from Sigmanificient/esper-3.3

python312Packages.esper: 3.2 -> 3.3
This commit is contained in:
Pol Dellaiera 2024-05-30 13:51:52 +02:00 committed by GitHub
commit 8952839012
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 ];