Merge pull request #194570 from r-ryantm/auto-update/python310Packages.browser-cookie3

python310Packages.browser-cookie3: 0.16.1 -> 0.16.2
This commit is contained in:
Fabian Affolter 2022-10-05 13:12:40 +02:00 committed by GitHub
commit 15a6215776
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "browser-cookie3";
version = "0.16.1";
version = "0.16.2";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-Gamys354RIvUQOelN8YDY6GfpJanC7CjWXC1plmh/jU=";
hash = "sha256-IB0Ms+mCHh7lfG3XYfvE2h/2lec5Tq9AAjqANz7x0hE=";
};
propagatedBuildInputs = [