python310Packages.JPype1: 1.3.0 -> 1.4.0

This commit is contained in:
R. Ryantm
2022-05-24 04:44:01 +00:00
parent a6691ae1ee
commit 41142897bb
@@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "JPype1";
version = "1.3.0";
version = "1.4.0";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
sha256 = "4fc27dba89750cb0c9d692466341ce60c0fe86a16051091cb5347a37cf884151";
sha256 = "sha256-DF9mXuPm4xwn6dLUjdEr9OtP5oWII+ahEgGgNSdMz+E=";
};
propagatedBuildInputs = lib.optionals (pythonOlder "3.8") [