Merge pull request #294415 from r-ryantm/auto-update/python312Packages.fake-useragent

python312Packages.fake-useragent: 1.4.0 -> 1.5.0
This commit is contained in:
Fabian Affolter 2024-03-09 10:42:41 +01:00 committed by GitHub
commit ad44c71c90
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "fake-useragent";
version = "1.4.0";
version = "1.5.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "fake-useragent";
repo = "fake-useragent";
rev = "refs/tags/${version}";
hash = "sha256-Jmzq0yIM373bg2T6t0YFymBiH9vSpiCw+UAMfxsMJvY=";
hash = "sha256-EzSofIHNwn7GPhnTNbo/451szB759w5T8poXj8XVNUU=";
};
postPatch = ''