Merge pull request #266759 from r-ryantm/auto-update/python310Packages.pyjnius

python310Packages.pyjnius: 1.6.0 -> 1.6.1
This commit is contained in:
OTABI Tomoya 2023-11-12 00:09:10 +09:00 committed by GitHub
commit 980881e94e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "pyjnius";
version = "1.6.0";
version = "1.6.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-C32+PY9Yu7e+wwyFjz+nibzBwexJMZWOn3uH9F6hQDM=";
hash = "sha256-0qfs5u15vx1/l6T21hMC2fHXZSGCo+TIpp267zE5bmA=";
};
nativeBuildInputs = [