python: mt-940: 4.18.0 -> 4.19.0
This commit is contained in:
parent
eb84b24948
commit
8a2f2bfd81
@ -3,12 +3,12 @@
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
version = "4.18.0";
|
||||
version = "4.19.0";
|
||||
pname = "mt-940";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "e5b6469e9bc64522125efae1de0e557f76884c961f122028098533d6f2a98f23";
|
||||
sha256 = "5d109e8dc4b490a4b92ec0153713710eb067b36b350ce1ff60c406afddc7d3cd";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = lib.optional (!isPy3k) enum34;
|
||||
|
Loading…
Reference in New Issue
Block a user