Unverified Commit 07ad2224 authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

Merge pull request #282420 from dali99/update_hydrus2

hydrus: 557 -> 559
parents 1b4ce20b 6f29ff4a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,14 +12,14 @@

python3Packages.buildPythonPackage rec {
  pname = "hydrus";
  version = "557";
  version = "559";
  format = "other";

  src = fetchFromGitHub {
    owner = "hydrusnetwork";
    repo = "hydrus";
    rev = "refs/tags/v${version}";
    hash = "sha256-upijLCj+mxTQ9EO2mfvnfPjqIvRaAqtByeRY/N1ANlU=";
    hash = "sha256-+aYrqt1sifCe6/qS4kZyx0CLSHEoutFk6cyxmOXmN7Q=";
  };

  nativeBuildInputs = [
+6 −0
Original line number Diff line number Diff line
@@ -2,9 +2,12 @@
, buildPythonPackage
, fetchFromGitHub
, pythonOlder
, attrs
, docopt
, pillow
, scikit-image
, scipy
, numpy
, aggdraw
, pytestCheckHook
, ipython
@@ -31,10 +34,13 @@ buildPythonPackage rec {

  propagatedBuildInputs = [
    aggdraw
    attrs
    docopt
    ipython
    numpy
    pillow
    scikit-image
    scipy
  ];

  nativeCheckInputs = [