mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
Merge pull request #282420 from dali99/update_hydrus2
hydrus: 557 -> 559
This commit is contained in:
commit
07ad22242c
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user