3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.browser-cookie3: 0.16.3 -> 0.16.5

This commit is contained in:
R. Ryantm 2023-01-17 09:34:38 +00:00
parent f46ee73ba6
commit 95ceb0ea88

View file

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "browser-cookie3";
version = "0.16.3";
version = "0.16.5";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-LWqXml6ShNU7gHZChdETwkSmLhipnSCgnyCWnBs7MXw=";
hash = "sha256-i2Ib7OGnoimiZ2R/vGe6phPhA8lEP0BJ/gP1q9RVeiU=";
};
propagatedBuildInputs = [