python3.pkgs.hyperkitty: 1.3.3 -> 1.3.4

This commit is contained in:
Alyssa Ross 2021-04-17 01:00:53 +00:00
parent d555a13ff1
commit be74a6ae30
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0

View file

@ -9,12 +9,12 @@ buildPythonPackage rec {
pname = "HyperKitty";
# Note: Mailman core must be on the latest version before upgrading HyperKitty.
# See: https://gitlab.com/mailman/postorius/-/issues/516#note_544571309
version = "1.3.3";
version = "1.3.4";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "0p85r9q6mn5as5b39xp9hkkipnk0156acx540n2ygk3qb3jd4a5n";
sha256 = "1lbh8n66fp3l5s0xvmvsbfvgs3z4knx0gwf0q117n2nfkslf13zp";
};
nativeBuildInputs = [ isort ];