python310Packages.pyjnius: 1.6.0 -> 1.6.1

This commit is contained in:
R. Ryantm
2023-11-11 01:09:00 +00:00
parent 02f05fceed
commit baf31ddde4
@@ -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 = [