Merge pull request #190204 from dali99/update_hydrus2

hydrus: 497 -> 500
This commit is contained in:
Jonas Heinrich 2022-09-29 09:51:01 +02:00 committed by GitHub
commit 98f80eda2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 5 deletions

View File

@ -28,9 +28,14 @@ python3Packages.buildPythonApplication rec {
nativeBuildInputs = [
gobject-introspection
python3Packages.poetry-core
python3Packages.pythonRelaxDepsHook
wrapGAppsHook
];
# Can be removed in later versions
# https://gitlab.com/sublime-music/sublime-music/-/issues/343
pythonRelaxDeps = [ "python-mpv" ];
buildInputs = [
gtk3
pango

View File

@ -10,14 +10,14 @@
python3Packages.buildPythonPackage rec {
pname = "hydrus";
version = "497";
version = "500";
format = "other";
src = fetchFromGitHub {
owner = "hydrusnetwork";
repo = "hydrus";
rev = "refs/tags/v${version}";
sha256 = "sha256-dQ6a3jys6V1ihT6q8FUaX7jOA1ZDZdX5EUy03ILk7vM=";
sha256 = "sha256-gsOto37++++ucpDC0ri3HhROp7v6qlHENjFvsbuyM6k=";
};
nativeBuildInputs = [
@ -33,7 +33,6 @@ python3Packages.buildPythonPackage rec {
html5lib
lxml
lz4
nose
numpy
opencv4
pillow

View File

@ -4,14 +4,14 @@
buildPythonPackage rec {
pname = "mpv";
version = "0.5.2";
version = "1.0.1";
disabled = isPy27;
src = fetchFromGitHub {
owner = "jaseg";
repo = "python-mpv";
rev = "v${version}";
sha256 = "0ffskpynhl1252h6a05087lvpjgn1cn2z3caiv3i666dn1n79fjd";
sha256 = "sha256-UCJ1PknnWQiFciTEMxTUqDzz0Z8HEWycLuQqYeyQhoM=";
};
buildInputs = [ mpv ];