Unverified Commit 5f4e4442 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

shot-scraper: 1.7 -> 1.8 (#393330)

parents 17d12f77 9fccae04
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@

python3.pkgs.buildPythonApplication rec {
  pname = "shot-scraper";
  version = "1.7";
  version = "1.8";
  format = "setuptools";

  disabled = python3.pkgs.pythonOlder "3.6";
@@ -15,7 +15,7 @@ python3.pkgs.buildPythonApplication rec {
    owner = "simonw";
    repo = "shot-scraper";
    tag = version;
    hash = "sha256-MEPixHDiOc5NaPuIKUueGXV5A9K7SFj/WEKb4gen0lI=";
    hash = "sha256-CSV9HOqVMHI/L+jyMTdaDyc6ACyGIkG/mmcyRza6EjQ=";
  };

  propagatedBuildInputs = with python3.pkgs; [