Merge pull request #282420 from dali99/update_hydrus2

hydrus: 557 -> 559
This commit is contained in:
h7x4
2024-01-21 00:31:57 +01:00
committed by GitHub
2 changed files with 8 additions and 2 deletions
@@ -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 = [
@@ -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 = [