Skip to content

Commit 694c242

Browse files
python3Packages.esper: 3.3 -> 3.7 (NixOS#485520)
2 parents f5cb713 + 114d907 commit 694c242

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/development/python-modules/esper/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88

99
buildPythonPackage (finalAttrs: {
1010
pname = "esper";
11-
version = "3.3";
11+
version = "3.7";
1212
pyproject = true;
1313

1414
src = fetchFromGitHub {
1515
owner = "benmoran56";
1616
repo = "esper";
1717
tag = "v${finalAttrs.version}";
18-
hash = "sha256-DZAF2B40ulSn2MQadklT32Svcm1j0e/hIxrxISO07TI=";
18+
hash = "sha256-dOeF1CyWcR1wLjO0rTjBq6piJN8QXae4dBK4akdQIjk=";
1919
};
2020

2121
build-system = [ flit-core ];

0 commit comments

Comments
 (0)