Unverified Commit 27587cff authored by davidak's avatar davidak Committed by GitHub
Browse files

Merge pull request #216681 from r-ryantm/auto-update/python310Packages.fake-useragent

python310Packages.fake-useragent: 1.1.1 -> 1.1.2
parents 8493bead 5a562697
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

buildPythonPackage rec {
  pname = "fake-useragent";
  version = "1.1.1";
  version = "1.1.2";
  format = "pyproject";

  src = fetchFromGitHub {
    owner = "fake-useragent";
    repo = "fake-useragent";
    rev = "refs/tags/${version}";
    hash = "sha256-MKVJM8bduvA03xzL954huoCge7enG2BJtxZEAvo6HIY=";
    hash = "sha256-Rz+oEpgfvSRdly+H1bYxYjNCfo1STkLcogPgZs+b8DY=";
  };

  postPatch = ''