Skip to content

Commit 184a9ae

Browse files
committed
1 parent 09037de commit 184a9ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/imap-tools/default.nix

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

99
buildPythonPackage rec {
1010
pname = "imap-tools";
11-
version = "1.9.0";
11+
version = "1.9.1";
1212
pyproject = true;
1313

1414
src = fetchFromGitHub {
1515
owner = "ikvk";
1616
repo = "imap_tools";
1717
tag = "v${version}";
18-
hash = "sha256-2frJqHKIOuERC8G6fJwJOdxcWHRQRRy1BxfZDrVhXEU=";
18+
hash = "sha256-tlShiI90PAbWztrL5PgmE1D+/h6bUoSxAHxwGlQHvus=";
1919
};
2020

2121
build-system = [ setuptools ];

0 commit comments

Comments
 (0)