Merge pull request #176678 from r-ryantm/auto-update/python3.10-browser-cookie3

python310Packages.browser-cookie3: 0.14.1 -> 0.14.2
This commit is contained in:
Fabian Affolter 2022-06-07 14:09:11 +02:00 committed by GitHub
commit aae94e56a7
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.1";
version = "0.14.2";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-2cMWFyHK+7M99Z9O7PiKue37c5XVBe/n88AF5ax7A2s=";
hash = "sha256-YR5NcDmbLlnhxcDuyM6hjjuL/Ozw79ytbCF4/nmSZmQ=";
};
propagatedBuildInputs = [