python: mt-940: 4.21.0 -> 4.23.0

This commit is contained in:
Frederik Rietdijk 2020-08-16 19:31:07 +02:00
parent 0f8c950ecb
commit 00fc03dba7

View File

@ -3,12 +3,12 @@
}: }:
buildPythonPackage rec { buildPythonPackage rec {
version = "4.21.0"; version = "4.23.0";
pname = "mt-940"; pname = "mt-940";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "7cbd88fd7252d5a2694593633b31f819eb302423058fecb9f9959e74c01c2b86"; sha256 = "9274bc8298b2d4b69cb3936bdcda315b50e45975789f519a237bdec58346b8d7";
}; };
propagatedBuildInputs = lib.optional (!isPy3k) enum34; propagatedBuildInputs = lib.optional (!isPy3k) enum34;