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
commit 07ad22242c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 2 deletions

View File

@ -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 = [

View File

@ -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 = [