Merge pull request #115164 from mingmingrr/master

pythonPackages.hydrus: 426 -> 431
This commit is contained in:
Sandro 2021-03-21 21:20:21 +01:00 committed by GitHub
commit cf62dcbd6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,16 +8,16 @@
, pythonPackages , pythonPackages
}: }:
pythonPackages.buildPythonPackage { pythonPackages.buildPythonPackage rec {
pname = "hydrus"; pname = "hydrus";
version = "426"; version = "431";
format = "other"; format = "other";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "hydrusnetwork"; owner = "hydrusnetwork";
repo = "hydrus"; repo = "hydrus";
rev = "1acdc258e5bb2ae22f5eafaf3dac8d9265dba5e2"; rev = "v${version}";
sha256 = "1snihd433hx36s6d5hsnq4qg0xs6ag4822lwm5fqak64n22ad2qb"; sha256 = "0mfql27n725k6ynvhkgzmxxpfbjlzil2fjpy082gz257kb0880zy";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -44,6 +44,7 @@ pythonPackages.buildPythonPackage {
matplotlib matplotlib
qtpy qtpy
pyside2 pyside2
mpv
]; ];
checkInputs = with pythonPackages; [ nose httmock ]; checkInputs = with pythonPackages; [ nose httmock ];