hydrus: 488d -> 489

This commit is contained in:
Daniel Olsen 2022-06-22 23:37:09 +02:00
parent 9f9ff660ac
commit eab2d27e22
2 changed files with 5 additions and 4 deletions
pkgs
applications/graphics/hydrus
top-level

View File

@ -10,14 +10,14 @@
python3Packages.buildPythonPackage rec {
pname = "hydrus";
version = "488d";
version = "489";
format = "other";
src = fetchFromGitHub {
owner = "hydrusnetwork";
repo = "hydrus";
rev = "refs/tags/v${version}";
sha256 = "sha256-FWiopOf+eabiWAfjQW83V7I/e5lOLUVW3djoQePHPRs=";
sha256 = "sha256-+5QKeDm/bJemGX/45YN4COtJmSMCy0dxIlqGNHEc8HA=";
};
nativeBuildInputs = [
@ -42,7 +42,7 @@ python3Packages.buildPythonPackage rec {
pyopenssl
pyside2
pysocks
pythonPackages.mpv
python3Packages.mpv
pyyaml
qtpy
requests

View File

@ -27199,7 +27199,8 @@ with pkgs;
gtk-pipe-viewer = perlPackages.callPackage ../applications/video/pipe-viewer { withGtk3 = true; };
hydrus = python3Packages.callPackage ../applications/graphics/hydrus {
hydrus = python39Packages.callPackage ../applications/graphics/hydrus {
python3Packages = python39Packages;
inherit miniupnpc_2 swftools;
inherit (qt5) wrapQtAppsHook;
};