python312Packages.jpype1: 1.5.1 -> 1.5.2

This commit is contained in:
R. Ryantm
2025-02-17 21:40:29 +00:00
parent 5f30488d37
commit 561ac4c3e7
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "jpype1";
version = "1.5.1";
version = "1.5.2";
pyproject = true;
src = fetchFromGitHub {
owner = "originell";
repo = "jpype";
tag = "v${version}";
hash = "sha256-IMmMYlcTkOQ5P4FYTp1QmUY9AsnYhzJ3mcpgl52qImg=";
hash = "sha256-Q5/umU7JHiro+7YuC6nVG9ocpQ/Yc4LGa5+7SGGARTo=";
};
build-system = [ setuptools ];