python3Packages.javaobj-py3: 0.4.4 -> 0.6.1

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Fabian Affolter
2026-08-25 01:24:29 +02:00
parent 77e8497dde
commit 876f68c957

View File

@@ -7,12 +7,12 @@
buildPythonPackage rec {
pname = "javaobj-py3";
version = "0.4.4";
version = "0.6.1";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-5OMlfvLPgaMzl4ek1c+STlTJHwlacj9tJYTa5h1Dlu0=";
hash = "sha256-CI/whsaqKRLzQnVMQ7DKOlBPuGm7Xm8TOVEx6HdE7zw=";
};
propagatedBuildInputs = [ numpy ];