Skip to content

Commit

Permalink
Merge pull request #76254 from r-ryantm/auto-update/gallery_dl
Browse files Browse the repository at this point in the history
gallery-dl: 1.11.1 -> 1.12.1
  • Loading branch information
marsam committed Dec 23, 2019
2 parents 4cd7c0f + 00cd8b7 commit 4d6e005
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/gallery-dl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

python3Packages.buildPythonApplication rec {
pname = "gallery_dl";
version = "1.11.1";
version = "1.12.1";

src = python3Packages.fetchPypi {
inherit pname version;
sha256 = "08py1f48ylw83712h8313rxz55igbszxcwr2yxkchpr4233avzph";
sha256 = "0y1bzqcacik030zjchgmzrwpfb49mi68wdivli9ydb64w1zql9im";
};

doCheck = false;
Expand Down

0 comments on commit 4d6e005

Please sign in to comment.