python310Packages.browser-cookie3: 0.14.0 -> 0.14.1

This commit is contained in:
R. Ryantm 2022-05-15 07:05:37 +00:00
parent 09692a459c
commit a66888bfcb

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 = [