Skip to content

Commit

Permalink
gallery-dl: 1.27.6 -> 1.27.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pbsds committed Oct 25, 2024
1 parent 2b49bf7 commit 05f8069
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pkgs/applications/misc/gallery-dl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@

buildPythonApplication rec {
pname = "gallery-dl";
version = "1.27.6";
version = "1.27.7";
format = "setuptools";

src = fetchPypi {
inherit version;
pname = "gallery_dl";
hash = "sha256-bxh15aZIupTaHnYM65MAYuYtKx0z2OIQl3WKEU1gO4Q=";
hash = "sha256-9YcxD7AH4U2dOhAiUnknwwGFy9pplFFQ7Rn4cOvDdEc=";
};

propagatedBuildInputs = [
Expand All @@ -26,6 +26,11 @@ buildPythonApplication rec {

nativeCheckInputs = [ pytestCheckHook ];

disabledTests = [
# requires network access
"test_init"
];

pytestFlagsArray = [
# requires network access
"--ignore=test/test_results.py"
Expand Down

0 comments on commit 05f8069

Please sign in to comment.