Commit 1d37d5a6 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.jpype1: 1.5.2 -> 1.6.0

parent 8cd94adb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,14 +12,14 @@

buildPythonPackage rec {
  pname = "jpype1";
  version = "1.5.2";
  version = "1.6.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "originell";
    repo = "jpype";
    tag = "v${version}";
    hash = "sha256-Q5/umU7JHiro+7YuC6nVG9ocpQ/Yc4LGa5+7SGGARTo=";
    hash = "sha256-CDiVQugxLgmUwAG0e0ryamWvrjUaJxJrU0YSFIIWS1I=";
  };

  build-system = [ setuptools ];