Skip to content

Commit

Permalink
instaloader: 4.13 -> 4.13.1 (NixOS#337928)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Sep 9, 2024
2 parents 634208d + 8e6a223 commit c83f569
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/instaloader/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

buildPythonPackage rec {
pname = "instaloader";
version = "4.13";
version = "4.13.1";
format = "pyproject";

disabled = pythonOlder "3.6";
Expand All @@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "instaloader";
repo = "instaloader";
rev = "refs/tags/v${version}";
sha256 = "sha256-nZNoxJnp8dBbgXWYLfzasTa9SsR03xA1mpl9NKppodE=";
sha256 = "sha256-eu2Hp3uomtPuMNjJGprcqK5HApKEjtXU9IQ5yT55cic=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit c83f569

Please sign in to comment.