Merge pull request #324686 from dali99/update_hydrus2

hydrus: 580 -> 581
This commit is contained in:
Peder Bergebakken Sundt 2024-07-09 14:56:18 +02:00 committed by GitHub
commit e69a18d7ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,14 +14,14 @@
python3Packages.buildPythonPackage rec {
pname = "hydrus";
version = "580";
version = "581";
format = "other";
src = fetchFromGitHub {
owner = "hydrusnetwork";
repo = "hydrus";
rev = "refs/tags/v${version}";
hash = "sha256-QdRItwbgVYgA6PU9Ybimk+/sBe1CHV79ssTrIturVpg=";
hash = "sha256-Q/EdqwIMCjeDtFAPlYd04NMpEgC6xUDGK5LwxDCiI9Y=";
};
nativeBuildInputs = [
@ -82,7 +82,7 @@ python3Packages.buildPythonPackage rec {
];
nativeCheckInputs = with python3Packages; [
nose
pynose
mock
httmock
];