Merge pull request #165643 from dali99/update_hydrus2

hydrus: 477 -> 478
This commit is contained in:
Bobby Rong 2022-03-26 22:31:07 +08:00 committed by GitHub
commit 8325c4b910
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 = "477";
version = "478";
format = "other";
src = fetchFromGitHub {
owner = "hydrusnetwork";
repo = "hydrus";
rev = "v${version}";
sha256 = "sha256-/Gehlk+eMBPA+OT7xsTri6PDi2PBmzjckMVbqPGXT64=";
sha256 = "sha256-ZsQzKc2fOFTzI/kBS8ws2+XT9kRAn4L55n1EZgVy4Kk=";
};
nativeBuildInputs = [
@ -27,6 +27,7 @@ python3Packages.buildPythonPackage rec {
propagatedBuildInputs = with python3Packages; [
beautifulsoup4
cbor2
chardet
cloudscraper
html5lib