python3Packages.jpype1: 1.5.2 -> 1.6.0 (#415794)

This commit is contained in:
OTABI Tomoya
2025-06-14 20:46:59 +09:00
committed by GitHub
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "jpype1";
version = "1.5.2";
version = "1.6.0";
pyproject = true;
src = fetchFromGitHub {
owner = "originell";
repo = "jpype";
tag = "v${version}";
hash = "sha256-Q5/umU7JHiro+7YuC6nVG9ocpQ/Yc4LGa5+7SGGARTo=";
hash = "sha256-CDiVQugxLgmUwAG0e0ryamWvrjUaJxJrU0YSFIIWS1I=";
};
build-system = [ setuptools ];