Merge pull request #276964 from r-ryantm/auto-update/python311Packages.jpype1

python311Packages.jpype1: 1.4.1 -> 1.5.0
This commit is contained in:
Weijia Wang 2024-01-03 20:02:37 +01:00 committed by GitHub
commit 866cb333a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [