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

python310Packages.browser-cookie3: 0.14.2 -> 0.14.3
This commit is contained in:
Fabian Affolter 2022-06-12 16:16:00 +02:00 committed by GitHub
commit 13402b8e71
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.14.2";
version = "0.14.3";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-YR5NcDmbLlnhxcDuyM6hjjuL/Ozw79ytbCF4/nmSZmQ=";
hash = "sha256-Ch8ho4T3R9qwQiaP+n5Q21x62Ip3ibtqDJIDnobbh5c=";
};
propagatedBuildInputs = [