We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f5cb713 + 114d907 commit 694c242Copy full SHA for 694c242
1 file changed
pkgs/development/python-modules/esper/default.nix
@@ -8,14 +8,14 @@
8
9
buildPythonPackage (finalAttrs: {
10
pname = "esper";
11
- version = "3.3";
+ version = "3.7";
12
pyproject = true;
13
14
src = fetchFromGitHub {
15
owner = "benmoran56";
16
repo = "esper";
17
tag = "v${finalAttrs.version}";
18
- hash = "sha256-DZAF2B40ulSn2MQadklT32Svcm1j0e/hIxrxISO07TI=";
+ hash = "sha256-dOeF1CyWcR1wLjO0rTjBq6piJN8QXae4dBK4akdQIjk=";
19
};
20
21
build-system = [ flit-core ];
0 commit comments