python310Packages.browser-cookie3: 0.19.0 -> 0.19.1

This commit is contained in:
R. Ryantm 2023-06-23 23:59:35 +00:00
parent 03afc9d850
commit 0e3c4ef605

View file

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "browser-cookie3";
version = "0.19.0";
version = "0.19.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-CtVPtMhX6pBW4rM+Hq68lfM6EocJX6fgXuROEfYshL0=";
hash = "sha256-MDGtFLlrR+8eTIVF8vRj4QrYRO+DTc0Ova42HjHGEZo=";
};
propagatedBuildInputs = [