python311Packages.jpype1: 1.4.1 -> 1.5.0

This commit is contained in:
R. Ryantm 2023-12-26 20:48:04 +00:00
parent d2e4e09de4
commit b1f51e965a

View file

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "jpype1";
version = "1.4.1";
version = "1.5.0";
format = "setuptools";
disabled = isPy27;
src = fetchPypi {
pname = "JPype1";
inherit version;
hash = "sha256-3I7oVAc0dK15rhaNkML2iThU9Yk2z6GPNYfK2uDTaW0=";
hash = "sha256-QlpuGWav3VhItgwmiLyut+QLpQSmhvERRYlmjgYx6Hg=";
};
propagatedBuildInputs = [