Merge pull request #302478 from r-ryantm/auto-update/python312Packages.javaobj-py3

python312Packages.javaobj-py3: 0.4.3 -> 0.4.4
This commit is contained in:
Nick Cao 2024-04-08 10:00:26 -04:00 committed by GitHub
commit 634c8aea6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "javaobj-py3";
version = "0.4.3";
version = "0.4.4";
format = "setuptools";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
sha256 = "38f74db3a57e9998a9774e3614afb95cb396f139f29b3fdb130c5af554435259";
sha256 = "sha256-5OMlfvLPgaMzl4ek1c+STlTJHwlacj9tJYTa5h1Dlu0=";
};
propagatedBuildInputs = [ numpy ];