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

python310Packages.browser-cookie3: 0.14.0 -> 0.14.1
This commit is contained in:
Fabian Affolter 2022-05-15 10:26:47 +02:00 committed by GitHub
commit 8a002013af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "browser-cookie3";
version = "0.14.0";
version = "0.14.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-kWYMl/JZxonLfT0u/13bXz0MlC36jssWWq/i05FDpOA=";
hash = "sha256-2cMWFyHK+7M99Z9O7PiKue37c5XVBe/n88AF5ax7A2s=";
};
propagatedBuildInputs = [