3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.browser-cookie3: 0.18.0 -> 0.19.0

This commit is contained in:
R. Ryantm 2023-06-16 17:20:50 +00:00
parent 74d4119976
commit 637aadff3e

View file

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