Merge pull request #196834 from dali99/update_hydrus2

hydrus: 502a -> 503
This commit is contained in:
Mario Rodas 2022-10-20 07:07:32 -05:00 committed by GitHub
commit 51b5f099f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,14 +10,14 @@
python3Packages.buildPythonPackage rec {
pname = "hydrus";
version = "502a";
version = "503";
format = "other";
src = fetchFromGitHub {
owner = "hydrusnetwork";
repo = "hydrus";
rev = "refs/tags/v${version}";
hash = "sha256-GmYjf2r5dyxkPWTmypChKbkeifCMFKi1lzRhPNe7Ckw=";
hash = "sha256-nJn5EphbmVYAAOisV3fym/nHlJl/aPZ2Iyp+Z2/N3Jc=";
};
nativeBuildInputs = [
@ -37,7 +37,6 @@ python3Packages.buildPythonPackage rec {
opencv4
pillow
psutil
pylzma
pyopenssl
pyside2
pysocks