3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #109674 from r-ryantm/auto-update/python3.7-JPype1

python37Packages.JPype1: 1.2.0 -> 1.2.1
This commit is contained in:
Mario Rodas 2021-01-17 20:48:38 -05:00 committed by GitHub
commit 1a849e96f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "JPype1";
version = "1.2.0";
version = "1.2.1";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
sha256 = "62ca03e7f7963ba4ac1065ee48ff661f752b3db3c23549ed8933ab40196a3157";
sha256 = "f210646127d24be73cfc6d807e2cda1c6b2ab39b7a293008e8b46367af6f2204";
};
propagatedBuildInputs = lib.optionals (pythonOlder "3.8") [