python310Packages.mt-940: 4.23.0 -> 4.26.0

This commit is contained in:
R. Ryantm 2022-05-15 09:35:51 +00:00 committed by Jonathan Ringer
parent ea94046750
commit 5b7e1045c6

View File

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