python312Packages.fake-useragent: 2.1.0 -> 2.2.0

This commit is contained in:
R. Ryantm 2025-04-21 17:39:51 +00:00
parent 78e2cd1a15
commit 44b8b62a35

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "fake-useragent";
version = "2.1.0";
version = "2.2.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "fake-useragent";
repo = "fake-useragent";
tag = version;
hash = "sha256-pEZfbFw9JWmR4Zf9AH0mw7zBJVbo6v9iUTU0awHSAt4=";
hash = "sha256-CaFIXcS5y6m9mAfy4fniuA4VPTl6JfFq1WHnlLFz6fA=";
};
postPatch = ''