about summary refs log tree commit diff
path: root/pkgs/applications/graphics/hydrus
diff options
context:
space:
mode:
authorDaniel Olsen <daniel.olsen99@gmail.com>2022-09-28 21:13:52 +0200
committerDaniel Olsen <daniel.olsen99@gmail.com>2022-09-29 09:18:17 +0200
commit41a6b4d1e58e91c63b587c3ccf064154caa98edb (patch)
treee2f9dd87f0f9905d42c5e1ed7c987f8c586b4439 /pkgs/applications/graphics/hydrus
parent482999e6fce63537040a192acc266a427c5cc951 (diff)
hydrus: 499 -> 500
Also removes nose from propagatedBuildInputs
Diffstat (limited to 'pkgs/applications/graphics/hydrus')
-rw-r--r--pkgs/applications/graphics/hydrus/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/applications/graphics/hydrus/default.nix b/pkgs/applications/graphics/hydrus/default.nix
index d37b066bfa503..4b421b41d9a3d 100644
--- a/pkgs/applications/graphics/hydrus/default.nix
+++ b/pkgs/applications/graphics/hydrus/default.nix
@@ -10,14 +10,14 @@
 
 python3Packages.buildPythonPackage rec {
   pname = "hydrus";
-  version = "499";
+  version = "500";
   format = "other";
 
   src = fetchFromGitHub {
     owner = "hydrusnetwork";
     repo = "hydrus";
     rev = "refs/tags/v${version}";
-    sha256 = "sha256-G3aWg06sUD9uHSLPTnUk0CvFqrRe5nvIAKBoQqlWwYA=";
+    sha256 = "sha256-gsOto37++++ucpDC0ri3HhROp7v6qlHENjFvsbuyM6k=";
   };
 
   nativeBuildInputs = [
@@ -33,7 +33,6 @@ python3Packages.buildPythonPackage rec {
     html5lib
     lxml
     lz4
-    nose
     numpy
     opencv4
     pillow